Tagged Questions
10
votes
9answers
12k views
Is eclipse visual editor dead?
The Eclipse Visual Editor project seems to be dead, no commits, no updates. Any one know what is happening?
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 ...
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
487 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 ...
2
votes
2answers
3k views
Cannot get Visual Editor to install on Eclipse
I am getting this error:
An error occurred while collecting items to be installed
session context was:(profile=SDKProfile, ...
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
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
165 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
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
226 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
843 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
180 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
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
170 views
Vaadin + Eclipse Visual Editor NOT reloading/updating Composite components
I created a Vaadin Project, then wanted to create a Custom composite and display that as my main window (so i could take advantage of the Visual UI editor). Working with Tomcat Apache Server and the ...
0
votes
0answers
50 views
Creating Custom Palette and Exporting it into a plugin in Eclipse
I want to create a palette for my component tag library.
Can you help me about this. I need some tutorials for the subjects below:
1. How to create custom palette?
2. How to export this palette into ...
0
votes
1answer
1k views
Which visual editor under eclipse?
I have installed eclipse indigo 3.7 the latest version and need a visual editor. Where can i found a visual editor for it?
0
votes
0answers
67 views
visual editor eclipse
I am trying to edit existing JPanel class with visual editor, but when it tries to create instance of a class it throws an exception as class relies on configuration files. That configuration files ...
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. ...