|
SpeedJG - Java Swing GUI Builder
|
SpeedJG is an XML-based GUI builder tool to create state-of-the-art Java
Swing applications. The core part of this tool is a parser that reads the
meta-data described in XML to create Java GUI components on the fly. An IDE,
itself generated by and using this parser, enables the Java developer to design
GUIs, generate their meta-data, check their layout, and create the corresponding
source code.
|
|
|
Ten good reasons to use SpeedJG:
-
SpeedJG is not bound to a specific Java software
development environment. It can be used together with
any currently established IDE or simply on its own.
-
The meta data to describe the GUI layout is stored
as XML because the structure of XML ideally fits to
the hierarchical structure of Swing (JFrame, JPanel,
JComponent. etc.). In addition, this format is readable
on any platform. Therefore you are able to share
your GUIs e.g. with your friends and / or colleagues
regardless which platform or IDE they are using.
-
By default SpeedJG generates pure Java Swing source
code that is also executable without any .jar file to be licensed.
Thus you don't have to study any new APIs when developing GUIs with
SpeedJG.
-
SpeedJG enables you to create complex GUIs because
the structure of the components used corresponds to
the structure of XML. Thus you can simply design
multiple nested panels with different layouts (Swing
is not VB). To see an example of a complex GUI look at
SpeedJG - the GUI of this application is entirely
generated by SpeedJG!
-
With SpeedJG the developer of a GUI is focused on
the main properties when customizing a component. You
are not overstressed with all possible properties
from the inheritance hierarchy in alphabetical
order. Instead, only those properties which are relevant in
respect of the component currently to be customized are presented
and ordered by importance.
-
At any time you can check the layout and appearance
of any (not only the top-level JFrame or JPanel)
component without having to compile it before.
This is done at the push of a button by interpreting
the meta data stored as XML. When you're finished with
your GUI you can export the source code into a
source file of your choice and compile it from inside
the Java IDE you use.
-
SpeedJG enables you to edit in parallel as many components as you
want. Each component is edited within a tab of its own and can be
checked for itself. After saving you can directly change to another
tab, and if this is, for example, an editor of a parent component,
you can check the effects in a superordinate context.
-
When generating code SpeedJG strictly follows the MVC approach by
separating the GUI (view) code from the controller code, and the model code,
that's up to you as the developer.
To give an example of a multilingual GUI, this
separation allows you to simply deliver the complete
GUI object to a translator class that can access all
the components by their name without any knowledge of
the internal structure, and set the texts of the
labels, buttons, frame titles etc., depending on the
preferred user language.
-
When exporting the generated source code into a
file, SpeedJG by default only overwrites the
previously generated code lines. Thanks to the
clear-cut MVC separation you don't have to modify
within the generated code lines but only within the
stubs offered outside the generated code. Thus if you
modify the layout of your GUI with SpeedJG and
re-generate the code, your individually added code lines
handling the GUI access remain untouched and valid.
-
Source code can be generated not only for
top-level JFames or JDioalogs but basically for all
components. When developing a very complex GUI this
feature helps you - in conjunction with the MVC
separation - to delegate self-contained GUI
functionality to separate classes that handle parts of
the whole application within their own responsibility.
|
|
| Supported Swing Features |
| Components |
JFrame, JDialog, JDesktopPane, JInternalFrame, JMenuBar, JMenu, JMenuItem,
JSeparator, JRadioButtonMenuItem, JCheckBoxMenuItem, JPopupMenu, JToolBar,
JToolBar.Separator, JPanel, JSplitPane, JTabbedPane, JScrollPane, Box,
JButton, JToggleButton, JRadioButton, JCheckBox, JLabel, JTextField,
JFormattedTextField, JPasswordField, JTextArea, JEditorPane, JComboBox,
JSpinner, JList, JTable, JTree, JSlider, JProgressBar
|
| Layouts |
BorderLayout,
BoxLayout (X_AXIS, Y_AXIS, LINE_AXIS, PAGE_AXIS),
FlowLayout (optionally aligned LEFT, CENTER, RIGHT),
GridLayout, GridBagLayout,
Null (for absolute positioning)
|
| Borders |
Bevel, Softbevel, Etched, Titled, Line, Compound, Matte, Empty |
| Fonts |
standard and platform dependent |
| Images |
from file system or from CLASSPATH |
| Listeners |
ActionListener, CaretListener, ChangeListener, ComponentListener, FocusListener,
HyperlinkListener,InternalFrameListener, ItemListener, KeyListener,
ListSelectionListener, MenuListener, MouseListener, MouseMotionListener
PopupMenuListener, TreeExplansionListener, TreeSelectionListener,
TreeWillExpandListener, WindowListener
|

Products by the same publisher: Woehrmann Softwareentwicklung (#33768)IProMonitor - 10 UserIProMonitor - 100 UserIProMonitor - 35 UserIProMonitor - UnlimitedSpeedJDB - JDBC driven Database FrontendSpeedJG - Java Swing GUI Builder
Note: The purchase screen may provide the option to download a trial
version with a free license key.
|