Menu

Commit [r110]  Maximize  Restore  History

String namePrefix = Label.class.getSimpleName();

The class type Label was used instead of this or TextField (where it was used).
I think it should be something to have it general like:
String namePrefix = this.getClass().getSimpleName();

Working VIS-51 : GUI components as tools to import to a workflow

Defect: VIS-51

vision2u 2014-03-06

changed /src/com/vision/tools/gui/Button.java
changed /src/com/vision/tools/gui/Frame.java
changed /src/com/vision/tools/gui/Label.java
changed /src/com/vision/tools/gui/Panel.java
changed /src/com/vision/tools/gui/TextField.java
/src/com/vision/tools/gui/Button.java Diff Switch to side-by-side view
Loading...
/src/com/vision/tools/gui/Frame.java Diff Switch to side-by-side view
Loading...
/src/com/vision/tools/gui/Label.java Diff Switch to side-by-side view
Loading...
/src/com/vision/tools/gui/Panel.java Diff Switch to side-by-side view
Loading...
/src/com/vision/tools/gui/TextField.java Diff Switch to side-by-side view
Loading...
MongoDB Logo MongoDB