visual-editor

Is eclipse visual editor dead?

The Eclipse Visual Editor project seems to be dead, no commits, no updates. Any one know what is happening? ...

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)? ...

How do I create a GUI for a windows application using C++?

I am deciding on how to develop a GUI for a small c++/win32 api project (working Visual Studio C++ 2008). The project will only need a few components to start off the main process so it will be very light weight (just 1 button and a text box pretty much...). My question is this: I don't have experience developing GUIs on windows but I c...

Free visual editor for a language that would compile to native windows exe

I'm looking for a free visual editor for a language that would compile to native windows exe, no runtime. I'm looking for alternatives to the Delphi suite (so don't give it as an answer), something that would allow me to write Windows GUI applications with ease. I don't care about the language, as long as it gets the job done, but ...

Which IDEs / plugins for visual editing of Java Server Faces are available?

For the maintenance and migration of some JSF / Woodstock applications (to IceFaces or other frameworks) I would like to know if there are GUI editors for Java Server Faces available. We are currently using Eclipse and NetBeans, but we are open for other development tools. But non-visual editors would be helpful if they offer some suppor...

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, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=). Artifact not found: osgi.bundle,org.eclipse.jem,2.0.300.R3_1_maintenance. http://download.eclipse.org/tools/ve/u...

How to visualize an XML schema ?

I have made an XML Schema - all the code basically - and was wondering if there is a way that the code can generate something like this: http://www.novell.com/documentation/extend52/Docs/help/Director/books/PGImages/novell_portlet_xml_schema.gif If so how can I do it? ...

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? ...

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. How can this class be associated with visual editor again? How can I keep the associate alive in source control? Coworker is able to create...

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 drag JPanel into my screen, it creates a function for it, but how do i call it in a separate file? I guess my question is does anyone know...

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" for Eclipse and "Swing GUI Designer" for IntelliJ)? If a developer using Eclipse needs to make changes to a GUI written by another developer...

Eclipse visual editor giving error when trying to run a java UI bean

Hi all, 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 Bean, eclipse errors out with the following message- "iwav0120e Launch failed no java bean found" It does not show the visual e...

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 = (DefaultTableModel) this.jTable.getModel(); model.addRow(new Object[] {"Column 1", "Column 2"}); generated an ArrayIndexOutOfBoundsException. I solved thi...

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 it. Now, I'd like to know hoe to install it. I tryied going in Help>Install new Software, but nothing. So if someone could help me with thi...