Skip to content


Closed Enable "Enter" key support on main popups
chorem / jtimer #123 · created by Eric Chatellier
When creating a new task or editing a task, user should not have to click to confirm, just press "enter". I set version to 1.5 because I think there is a real benefit for small development. *(from r...
updated
Closed Improve ClassDescriptor loading (try also to obtain constructors if possible)
nuiton / jaxx #1437 · created by Tony Chemit
*(from redmine issue 1347 created on 2011-02-18, closed on 2011-02-18, relates #1129)*
updated
Closed call constructors other than default ones
nuiton / jaxx #1411 · created by Tony Chemit
In this code :
MyDialog dialog = new MyDialog(parent)
This call constructor :
public ControlGraphDialog(JAXXContext parentContext) {}
but super constructor :
Dialog(Frame owner) {}
is never ca...
updated