2
votes
2answers
291 views
Anyone have experience with Eclipse GMF?
I've just started to play around with Eclipse GMF.
Has anyone used the framework?
Any good or bad experience …
1
vote
how to control focus in JTable
Please try this example.
It should let you navigate through the table by entering the values u, d, l, r for Up, Down, Left, Right.
Hope that this will give you an idea about how to …
0
votes
How can I best lay out these components in Swing?
I think, that of all standard layouts, GridBagLayout should be best for what you need.
You could try something like the following example, where I simplified the complex GridBagConstraints …
0
votes
How to select first item in JPopupMenu?
This is weird.
I tried it with Windows, and with Java 1.5.0_08 and even 1.6.0_07 the first Element is selected automatically, as you expected it to be. …
1
vote
Relationship between GEF and GMF?
I'm afraid you did not get it right, at least it's difficult to understand the diagram.
I guess it should look something like that:
GMF
/ \
EMF GEF
…
0
votes
Editable JComboBox
Try the following. When the user changes a value AND presses [ENTER], the old value is removed and the new one is added.
If you need to replace the value at the same position, you will have …
0
votes
autmatic turnng off of the monitor when computer is locked.
As others said, don't use Java.
If you use Windows, you might want to have a look at the monitor off and lockws commands of …
