|
ADT pluging has drag and drop capabilities but I stay away from it. Too many screens to support and do it properly via drag and drop.
Straight up java wise I am pretty sure one of the frameworks, either Swing or AWT, had a drag and drop UI.
Wildfire
Using: CM7.2
Testing: akop_light_vX
Code:
@version 1.0.0.4
Project project;
[...]
try{
Nerd.attemptJoke();
} catch (ThatisNotCannonException | ThatIsNotWolverineException | SwivleSwazleException | PizzaRollsException e) {
shout(Shout.LOUD, e);
} finally {
super.stompFeet();
}
|