Package com.ganteater.ae.desktop.ui


package com.ganteater.ae.desktop.ui
Swing-based desktop user interface for Anteater Engine (AE).

This package implements the primary window (AEFrame) and the supporting Swing components used to browse available recipes, configure task inputs, run tasks, and inspect output.

Main areas

Typical usage


 public static void main(String[] args) {
   AEFrame frame = new AEFrame();
   frame.start();
 }