Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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?
5
votes
4answers
3k views

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: ...
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" ...
3
votes
11answers
11k views

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 ...
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
53 views

Using the visual studio wpf editor to create an gui not for windows gui

It's quite hard to explain in question title, however what I want to achieve is this: I would like to use XAML (and possibly the visual editor) to create GUIs that won't be rendered on "MS Windows ...
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
1answer
100 views

WYSIWYG for javascript

I know the term "what you see is what you get" cannot be realy applied to javascript, but I am curious if is there any IDE which helps you generate JavaScript sourcecode by visualy designing it. It ...
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
0answers
20 views

Wordpress Visual editor disabled

I have a Wordpress site. Which has more than 250 pages. I logged in to admin panel. When I clicked edit on one page I cant find the plugin widgets that I installed. Also visual editor got ...
0
votes
1answer
169 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
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
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. ...
0
votes
2answers
144 views

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 ...
0
votes
4answers
126 views

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