JVM Languages
eclipvej.txt
Associated article: The Eclipse Visual Editor for Java
Tags: JVM Languages
Published source code accompanying the article by Michael Pilone in which he examines the Eclipse Visual Editor for Java, a plug-in for visual editing.
The Eclipse Visual Editor for Java by Michael Pilone Listing One import javax.swing.JFrame; /** * A simple JFrame-based application to show the basics of using the Visual * Editor for Java Eclipse plugin. The frame contains a label and a button. */ ...


