Tagged Questions
3
votes
3answers
9k views
How to Install Visual Editor on Eclipse Helios?
Hey, I use Eclipse Helios in Ubuntu, and I'd like to install a plugin for eclipse that works with swing. So, I found visual editor in this site http://www.eclipse.org/vep/downloads/, and I downloaded ...
1
vote
1answer
65 views
Cleanup the cache on Visual Editor
VE is a dead project, I know, but I still prefer it to any other option currently available (including handcoding and Google-sponsored WindowBuilder).
Its only drawback for me is that its parser ...
1
vote
2answers
655 views
Eclipse Visual Editor: Components not shown in JTabbedPane
I want to create a JTabbedPane in a Visual Class using the Visual Editor in Eclipse.
I selected JTabbedPane from the beans menu on the toolbar.
I next clicked on the class to drop it in. So far, ...
1
vote
2answers
227 views
Do you have to change Java Swing code generated by Eclipse VE for a correct program?
Using the Visual Editor in Eclipse I started a Swing UI containing a table (JTable) with 2 columns (JTableColumn). Adding data to the table this way:
final DefaultTableModel model = ...
1
vote
2answers
844 views
Eclipse visual editor giving error when trying to run a java UI bean
I was able to successfully create and run a UI Java class by using the eclipse visual editor. After few days when I opened eclipse and tried running the same class by doing this -> Run > Run as > Java ...
1
vote
2answers
3k views
Learning Eclipse Visual Editor Swing with Java
I am trying to create a java GUI project for school using Eclipse Visual Editor with Swing. But i am having a lot of issues learning this since this is the first time i am making a GUI.
Like when i ...
0
votes
0answers
43 views
Connecting each JPanel superclass(include JRadioButtons)
//This is the JFrame that connected with each Superclass javax.swing.JPanel (please take note that I am using Java Eclipse Visual Editor and I have 8 super classes of javax.swing.JPanel)
public class ...
0
votes
1answer
420 views
VisualEditor in Java - dynamically build sub-panel?
I'm using the "Visual Editor" to "paint" my Swing GUI. Can I dynamically build the contents of a sub-panel with VE or do I have to use a predefined sub-class of JPanel (and build that with VE)?