Tagged Questions
3
votes
1answer
208 views
How to build cross-IDE java GUI's using “interface builders”?
In a Java project with developers that use different IDEs, say Eclipse and IntelliJ, what's the best way of developing visual components using the tools offered by the IDEs ("Visual Editor Project" ...
2
votes
3answers
489 views
eclipse visual editor
Today I tried to install visual editor and every link I found lead or to 404 page or to http://www.eclipse.org/archived/ which tells that it was archived in the previous month. Are there any update ...
1
vote
2answers
257 views
File opening dialog box with Eclipse Visual Editor
Is there an open file dialog box in Eclipse's Visual Editor? Like the windows or linux Open File dialog box.
1
vote
2answers
166 views
Eclipse does not Display Swing Components Correctly
I am using Eclipse and Visual Editor (VE) for Eclipse:
Eclipse IDE for Java EE Developers 1.3.2.20110218-0812
Visual Editor 1.5.0.R20101202-1328
After several days of working on an GUI the VE ...
1
vote
2answers
656 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
845 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 ...
1
vote
1answer
181 views
Visual Editor for eclipse
I made a class that represents a composite. I want this composite to take up all available space. How can I do this and have it show up full size in the designer?
0
votes
0answers
42 views
cannot load beans
I'm using Netbeans 7.0, jdk 1.6 and I'm unable to add any bean of mine to the Visual Editor. As soon as I release the object on the Visual Editor I get the message
Cannot load component Class xyz ...
0
votes
0answers
117 views
Bean error in Eclipse when using Visual Editor Project on Mac
I have installed VEP in my Eclipse installation (Helios sr1) on my MacBook but when I try to open a class in the Visual View I get an bean error (NullPointerException) in Eclipse and the Visual view ...
0
votes
1answer
99 views
Visual Editor for eclipse not associated with a class
I create a class in visual editor. I check it into subversion. My coworker checks out the project.
Tries to open the class in visual editor but instead it just opens in the normal class dialog. ...
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)?