swing
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 158
Skeleton Pro 1.7
Skeleton Pro is a Swing demo application that can help you get started with Swing. more>>
Skeleton Pro is a Swing demo application that can help you get started with Swing. Skeleton Pro project incorporates user interface and architectural patterns that scale well up to medium sized applications.
Skeleton Pro comes with, utilizes and demos the JGoodies Swing Suite.
Main features:
- Better application startup process:
- brings up a splash with progress indicator; configures and restores the UI; configures and uses logging; configures preferences; finally launches and prepares Swing.
- Better integration with the Mac OS X:
- hooks into the application menu; avoids duplicate menu items; better toolbar buttons; better dock icon when minimized.
- Stores and restores state via user preferences:
- Window position and size, panel layout, look&feel and theme
- More default dialogs: Welcome, License, Preferences, Tip of the day, About
- Uses the global (static) help system
- Provides a dynamic help system
- Can switch look&feel at runtime
- Logs runtime errors to a logfile
- Uses anti-aliased components
- Provides consistent dialog layout and design
Users Guide:
The application is about editing propeller shaft data. It has been extracted from a real-world application that helps ship inspectors check and verify whether a propeller shaft complies with a set of building rules for ship and machinery.
You can either create a new project, or load an existing. In both cases, this demo will create a sample project. You can browse the project components in the navigator, in the left. If you select a node in the navigator, an appropriate viewer shows up on the right side.
<<lessSkeleton Pro comes with, utilizes and demos the JGoodies Swing Suite.
Main features:
- Better application startup process:
- brings up a splash with progress indicator; configures and restores the UI; configures and uses logging; configures preferences; finally launches and prepares Swing.
- Better integration with the Mac OS X:
- hooks into the application menu; avoids duplicate menu items; better toolbar buttons; better dock icon when minimized.
- Stores and restores state via user preferences:
- Window position and size, panel layout, look&feel and theme
- More default dialogs: Welcome, License, Preferences, Tip of the day, About
- Uses the global (static) help system
- Provides a dynamic help system
- Can switch look&feel at runtime
- Logs runtime errors to a logfile
- Uses anti-aliased components
- Provides consistent dialog layout and design
Users Guide:
The application is about editing propeller shaft data. It has been extracted from a real-world application that helps ship inspectors check and verify whether a propeller shaft complies with a set of building rules for ship and machinery.
You can either create a new project, or load an existing. In both cases, this demo will create a sample project. You can browse the project components in the navigator, in the left. If you select a node in the navigator, an appropriate viewer shows up on the right side.
Download (MB)
Added: 2006-01-13 License: Freeware Price:
2569 downloads
Other version of Skeleton
License:Freeware
Luxor 1.0b9
Luxor is an open-source XML User Interface Language (XUL) toolkit in Java. more>>
Luxor is a free, open-source XML UI Language (XUL) toolkit in released under the GNU General Public License (GPL) that lets you build UIs using XML and includes an ultra-light weight, multi-threaded web server, a portal engine, a template engine (Velocity), a scripting interpreter (Python) and more.
XUL stands for XML UI Language and was pioneered by Mozilla. XUL is superior to API-based UI toolkits such as Swing or WinForms because it clearly separates the user interface into four parts:
- content (structure and description of UI elements),
- appearance (look & feel, skin, themes),
- behavior (scripting) and
- locale (localization information for internationalization)
Content is best described in XUL as the following short example illustrates.
XUL makes UI building easier because it is far simpler than hard-wiring it in Java. XUL also frees you from the Swing toolkit lock-in because you can create a new rendering engine using a different UI toolkit such as KDE, Gnome, or WinForms.
<<lessXUL stands for XML UI Language and was pioneered by Mozilla. XUL is superior to API-based UI toolkits such as Swing or WinForms because it clearly separates the user interface into four parts:
- content (structure and description of UI elements),
- appearance (look & feel, skin, themes),
- behavior (scripting) and
- locale (localization information for internationalization)
Content is best described in XUL as the following short example illustrates.
XUL makes UI building easier because it is far simpler than hard-wiring it in Java. XUL also frees you from the Swing toolkit lock-in because you can create a new rendering engine using a different UI toolkit such as KDE, Gnome, or WinForms.
Download (0.32MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
1787 downloads
SwingGlue 0.2a
SwingGlue is an ultra thin glue layer for more transparent MVC design in Swing. more>>
Swing Glue is an ultra thin layer that allows to decouple view, controller and model into separate individual domains.
It as not just another framework as you might think now. It is an very generic layer that has a minimal impact to the application where swing glue is used.
Main features:
- Object repository that minimizes transport of references
- automatic population of Adhesive class members from the repository
- abstraction of view code and event code
- no wrapping component classes, you still use the normal Swing classes
Swing Glue is proof for the legend that a framewok does not necessarly has to be a Bloat of code that helps you to simplify your development.
It also works with a simple framework that is non evasive and has a very simple code base.
<<lessIt as not just another framework as you might think now. It is an very generic layer that has a minimal impact to the application where swing glue is used.
Main features:
- Object repository that minimizes transport of references
- automatic population of Adhesive class members from the repository
- abstraction of view code and event code
- no wrapping component classes, you still use the normal Swing classes
Swing Glue is proof for the legend that a framewok does not necessarly has to be a Bloat of code that helps you to simplify your development.
It also works with a simple framework that is non evasive and has a very simple code base.
Download (0.35MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1641 downloads
Wi.Ser 0.7.1
Wi.Ser is a server-side GUI framework with a GUI builder for Swing and Web apps. more>>
WidgetServer (WiSer) is a Java/XML server-side GUI-framework which enables an application to run as either
- a monolithic application with a Swing GUI,
- a client/server application with a thin Swing client,
- or as an application with a rich Web client based on HTML and JavaScript
without any change!
The framework supports a mixed deployment mode, which enables one server to serve Swing clients and Web clients at the same time. A XML markup language helps to define an applications GUI.
Furthermore a common widget-based, object-oriented programming interface for Web and Swing GUIs is offered to the developer to control and assemble the GUI. This prevents from struggling with HTML, JavaScript and HTTP requests or from caring about the internals of Swing (e.g. Drag&Drop implementation).
For Swing client/server applications the framework cares for the client/server split as well as for the client/server communication including compression and security layers. The functionality of the Swing widget set is covered widely (and sometimes enhanced) in both (Swing and Web/HTML) client channels.
The project comes with a WYSIWYG GUI-builder which is completely build on the Wi.Ser-framework technology.
Main features:
- Support for internationalisation
- Standard widgets like inputfield, combobox, radiobuttons, ...
- Enhanced widgets like treeviews, table, tabbedpanes, splitpanes, ...
- XML configuration to separate GUI definition from application code
- Unified object oriented API for all targeted clients
- Support for drag&drop operations
- GridBagLayout and absolute positioning
- Support for MDI and SDI applications
- Multiple render/templatekits to support individual CIs and multiple browsers
- Preconfigured support for IE and Mozilla
- Snapshot render widget to use individual swing renderers within the framework
- DrawPane widget to create images on the fly
- GUI events like actionevent, clickevent, keyevent, ...can be received and handled on the serverside
- Plugin mechanism to exentd the framework
- Applications are deployed either into a standard servlet container
- or alternatively into the WidgetServer runtime
- Rich functionality for input validation
- GUI builder, examples and tutorial
<<less- a monolithic application with a Swing GUI,
- a client/server application with a thin Swing client,
- or as an application with a rich Web client based on HTML and JavaScript
without any change!
The framework supports a mixed deployment mode, which enables one server to serve Swing clients and Web clients at the same time. A XML markup language helps to define an applications GUI.
Furthermore a common widget-based, object-oriented programming interface for Web and Swing GUIs is offered to the developer to control and assemble the GUI. This prevents from struggling with HTML, JavaScript and HTTP requests or from caring about the internals of Swing (e.g. Drag&Drop implementation).
For Swing client/server applications the framework cares for the client/server split as well as for the client/server communication including compression and security layers. The functionality of the Swing widget set is covered widely (and sometimes enhanced) in both (Swing and Web/HTML) client channels.
The project comes with a WYSIWYG GUI-builder which is completely build on the Wi.Ser-framework technology.
Main features:
- Support for internationalisation
- Standard widgets like inputfield, combobox, radiobuttons, ...
- Enhanced widgets like treeviews, table, tabbedpanes, splitpanes, ...
- XML configuration to separate GUI definition from application code
- Unified object oriented API for all targeted clients
- Support for drag&drop operations
- GridBagLayout and absolute positioning
- Support for MDI and SDI applications
- Multiple render/templatekits to support individual CIs and multiple browsers
- Preconfigured support for IE and Mozilla
- Snapshot render widget to use individual swing renderers within the framework
- DrawPane widget to create images on the fly
- GUI events like actionevent, clickevent, keyevent, ...can be received and handled on the serverside
- Plugin mechanism to exentd the framework
- Applications are deployed either into a standard servlet container
- or alternatively into the WidgetServer runtime
- Rich functionality for input validation
- GUI builder, examples and tutorial
Download (1.72MB)
Added: 2005-06-01 License: Freeware Price:
1605 downloads
jo! 1.1 beta1
jo! is a pure Java Web server that implements the Servlet API, JSP, and HTTP/1.1. more>>
jo! is a pure Java Web server that implements the Servlet API, JSP, and HTTP/1.1. It features advanced thread management, virtual hosts, memory-sensitive file cache, authentication using a role abstraction, automatic compressed transfer of text or HTML files, auto internationalization, auto servlet and JSP reloading, auto reload of WARs, hot deployment of WARs, JSR-45 support, and an easy-to-use Swing console.
Main features:
- HTTP/1.1 including byte-ranges, auto-chunking, pipelining, etc.
- Servlet API 2.2 (2.3 starting with jo! 1.1)
- JSP 1.1 (1.2 starting with jo! 1.1)
- Auto reload of WARs
- Hot deployment of WARs
- Drag and drop deployment of WARs
- Auto internationalization
- Auto servlet and jsp reloading
- Easy to use Swing console
- Advanced thread management
- Memory sensitive file cache
- Automatic compressed transfer of text or html files
- Virtual hosts
- Mac OS X support
- Embeddable
<<lessMain features:
- HTTP/1.1 including byte-ranges, auto-chunking, pipelining, etc.
- Servlet API 2.2 (2.3 starting with jo! 1.1)
- JSP 1.1 (1.2 starting with jo! 1.1)
- Auto reload of WARs
- Hot deployment of WARs
- Drag and drop deployment of WARs
- Auto internationalization
- Auto servlet and jsp reloading
- Easy to use Swing console
- Advanced thread management
- Memory sensitive file cache
- Automatic compressed transfer of text or html files
- Virtual hosts
- Mac OS X support
- Embeddable
Download (3.8MB)
Added: 2005-07-07 License: GPL (GNU General Public License) Price:
1569 downloads
steelme 0.1.3
steelme is a GUI theme system which extends and improves on Suns Metal Pluggable Look and Feel. more>>
steelme is an open-source theme manager for Java Swing programs. It allows the end user to select from pre-installed themes, or color schemes, or to create his own by the use of the ThemeEditor.
steelme is designed to be lightweight and easy for the application developer to use.
<<lesssteelme is designed to be lightweight and easy for the application developer to use.
Download (1.25MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
1472 downloads
JCalendar for Swing 0.1
JCalendar is a Swing component for selecting a date. more>>
JCalendar is a Swing component for selecting a date. JCalendar is easy to configure, highly customizable, and has an attractive user interface. The distribution includes a demo application so that you can preview your customized component.
Main features:
- Easy to configure
- Highly customizable. See properties.
- Attractive user interface
<<lessMain features:
- Easy to configure
- Highly customizable. See properties.
- Attractive user interface
Download (MB)
Added: 2005-11-14 License: The Apache License 2.0 Price:
1452 downloads
JDistro 0.38
JDistro is a Java desktop, shared runtime, and software distribution system. more>>
JDistro is a project to build a Java distribution.
The main subprojects are a shared runtime, an application launcher, a Swing desktop with document management, a transparent virtual file system, and an access to remote applications.
Enhancements:
- This release provides new jsh commands (expr, gc, ping, and stat), chat in Yak, and a djrate client.
- It also updates asm and the sound player.
<<lessThe main subprojects are a shared runtime, an application launcher, a Swing desktop with document management, a transparent virtual file system, and an access to remote applications.
Enhancements:
- This release provides new jsh commands (expr, gc, ping, and stat), chat in Yak, and a djrate client.
- It also updates asm and the sound player.
Download (3.5MB)
Added: 2005-11-15 License: GPL (GNU General Public License) Price:
1440 downloads
JRCF 0.9
JRCF is a Java/Swing application framework geared toward small-to-medium sized Rich Client applications. more>>
JRCF is a Java/Swing application framework geared toward small-to-medium sized Rich Client applications.
JRCF allows developers to separate their softwares into logical "chunks" and provides easy access to i18n, stock UI widgets, icons and so on.
<<lessJRCF allows developers to separate their softwares into logical "chunks" and provides easy access to i18n, stock UI widgets, icons and so on.
Download (1.7MB)
Added: 2005-11-15 License: The Apache License 2.0 Price:
1438 downloads
gui4j 1.2.3
gui4j is a framework for describing Java Swing GUIs completely in XML. more>>
gui4j is a framework for describing Java Swing GUIs completely in XML.
The graphical user interface is created dynamically based on the XML definitions. Each GUI window is associated with exactly one top-level XML file. Each XML file can dynamically include other XML files to support complex GUI definitions.
Each XML file is associated with a java object that acts as both a Controller and a Model for the GUI.
There is a strong layer separation between the GUI and the Controller: GUI definitions in the XML files can access all Java methods of the Controller, but Java methods cannot access any GUI elements directly.
Events are used to trigger changes in the GUI.
<<lessThe graphical user interface is created dynamically based on the XML definitions. Each GUI window is associated with exactly one top-level XML file. Each XML file can dynamically include other XML files to support complex GUI definitions.
Each XML file is associated with a java object that acts as both a Controller and a Model for the GUI.
There is a strong layer separation between the GUI and the Controller: GUI definitions in the XML files can access all Java methods of the Controller, but Java methods cannot access any GUI elements directly.
Events are used to trigger changes in the GUI.
Download (2.1MB)
Added: 2005-11-16 License: LGPL (GNU Lesser General Public License) Price:
1437 downloads
MiaouIRC 0.89
MiaouIRC is an RFC 1459-compatible IRC client written in Java/Swing. more>>
MiaouIRC is an RFC 1459-compatible IRC client written in Java/Swing. It has some useful features like choosing your Look n Feel, customizing your nick friend list, highly verbose logging, searching a keyword in a channel, private message panels, etc.
It supports multi-server connections, DCC CHAT, SEND, ACCEPT and RESUME, CTCP commands, nick autocompletions, mIRC colors, autoreconnects, and autojoins. A DCC queue list is available to tracing your leeching activities with IRC FServ.
MiaouIRC is still a simple use Java application, but, with many features which are proper to, like :
- The possibility for choosing the Look And Feel
- DCC SEND, CHAT and OFFER with a DCC queue monitoring. Very useful for an intensive use on "DCCing" with FServ IRC Bot !
- MiaouIRC is also multi-server
- A logging system is available too, so you can trace all interactions between this program client and the IRC server, log by channel or by private message.
- Multiple configurations management, easy to load from one to another.
Configuration saves are only memorized on files, never on registers basis, in a Windows system type.
<<lessIt supports multi-server connections, DCC CHAT, SEND, ACCEPT and RESUME, CTCP commands, nick autocompletions, mIRC colors, autoreconnects, and autojoins. A DCC queue list is available to tracing your leeching activities with IRC FServ.
MiaouIRC is still a simple use Java application, but, with many features which are proper to, like :
- The possibility for choosing the Look And Feel
- DCC SEND, CHAT and OFFER with a DCC queue monitoring. Very useful for an intensive use on "DCCing" with FServ IRC Bot !
- MiaouIRC is also multi-server
- A logging system is available too, so you can trace all interactions between this program client and the IRC server, log by channel or by private message.
- Multiple configurations management, easy to load from one to another.
Configuration saves are only memorized on files, never on registers basis, in a Windows system type.
Download (2.9MB)
Added: 2005-11-22 License: GPL (GNU General Public License) Price:
1431 downloads
Accha 0.1 Beta
Accha is a program intended to help people learn the Hindi alphabet. more>>
Accha is a program intended to help people learn the Hindi alphabet (Devanagari). Accha is written in Java/Swing, and should run equally well on Windows, Mac OS X, and Linux computers.
Main features:
- Unicode display of Devanagari
- Audio of correct pronunciation
- Choose which letters to study
- Phonetic textual input (i.e. "sa" for ?)
- Display of previous right answer
Enhancements:
- This release updates Unicode functionality to work in the Windows operating system.
- Previously, it depended on Javas autodetection of the character set of the input file, which Linux and OS X did correctly, but Windows failed to do.
- It now specifically sets the character set to UTF-8 for Windows benefit.
<<lessMain features:
- Unicode display of Devanagari
- Audio of correct pronunciation
- Choose which letters to study
- Phonetic textual input (i.e. "sa" for ?)
- Display of previous right answer
Enhancements:
- This release updates Unicode functionality to work in the Windows operating system.
- Previously, it depended on Javas autodetection of the character set of the input file, which Linux and OS X did correctly, but Windows failed to do.
- It now specifically sets the character set to UTF-8 for Windows benefit.
Download (0.89MB)
Added: 2005-11-30 License: GPL (GNU General Public License) Price:
1423 downloads
CleanSheets 1.4b
CleanSheets is a spreadsheet application that is both extensible and platform-independent. more>>
CleanSheets is a spreadsheet application for the Java platform.
It features a formula language that closely resembles that of Microsoft Excel, and extensions for aiding end-user programmers in developing correct spreadsheets.
The application is written in Java, and relies on ANTLR for generating the formula compiler and the JFC/Swing JTable component for spreadsheet visualization.
<<lessIt features a formula language that closely resembles that of Microsoft Excel, and extensions for aiding end-user programmers in developing correct spreadsheets.
The application is written in Java, and relies on ANTLR for generating the formula compiler and the JFC/Swing JTable component for spreadsheet visualization.
Download (MB)
Added: 2005-12-07 License: GPL (GNU General Public License) Price:
1418 downloads
IEncy 0.12
IEncy (Image Encyclopedia) is a Java Swing application for searching the Web. more>>
IEncy short from Image Encyclopedia is a Java Swing application for searching the Web.
It simultaneously searches Wikipedia and a Web image search engine (initially alltheweb) for images.
Usage:
Write an expression of interest in the field above and hit Return. Results are currently fetched from Wikipedia(www.wikipedia.org) and alltheweb(www.alltheweb.com). Browser-Links can be activated.
Images appearing below can be increased and each one enlarged. Image loading might take some time, and some might not be available.
Enhancements:
- This release fixes a memory leak with image window disposals.
<<lessIt simultaneously searches Wikipedia and a Web image search engine (initially alltheweb) for images.
Usage:
Write an expression of interest in the field above and hit Return. Results are currently fetched from Wikipedia(www.wikipedia.org) and alltheweb(www.alltheweb.com). Browser-Links can be activated.
Images appearing below can be increased and each one enlarged. Image loading might take some time, and some might not be available.
Enhancements:
- This release fixes a memory leak with image window disposals.
Download (0.19MB)
Added: 2005-12-20 License: Common Public License Price:
1404 downloads
JGui 2.03
JGui is a collection of useful Java GUI components and utilities. more>>
JGui project is a collection of useful Java GUI components and utilities. JGui includes a docking windows framework for Swing and AWT; a dynamic tree framework; ThreadManager, which helps to distribute tasks to a number of threads; TLToolTipManager, which shows hidden parts of JTrees and JLabels cells; JShape, a non-rectangular translucent Swing component; and many more.
Main features:
- Docking windows framework for Swing and AWT.
- Dynamic Tree Framework
- ThreadManager - helps to distribute tasks to a number of threads
- TLToolTipManager - shows hidden parts of JTrees and JLabels cells.
- JShape - not rectangular translucent components.
- JGuiTabbedPane - a TabbedPane implementation.
- RainLayout - LayoutManager which supports both horizontal and vertical orientation, Component sorting, multiple columns/rows, row/column hiding.
- ToolBarLayout - LayoutManager which supports both horizontal and vertical orientation, Components layed out according to supplied absolute coordinates, multiple columns/rows, component wrapping.
- Rotate (90 or 270 grad) J(Toggle)Buttons and JLabels.
- ButtonPanel/FoldableButtonPanel
- IconifyBar/TaskBar
- ScrollPaneNavigator
- JHistogram
Enhancements:
- RainLayout is now available under a BSD license (in a separate package).
- JTabbedPaneExt is a JTabbedPane extension that allows icons to be easily added to tabs.
- This implementations is independent from the installed UI, works with both WRAP_TAB_LAYOUT and SCROLL_TAB_LAYOUT, and also works with any tab placement.
- Any number of icons can be added.
- Hover and pressed icons are supported, as are icon tooltips.
- Some known JTabbedPane bugs were fixed.
- The possibility to synchronize views was added to GSplitPane.
- The animation for TaskPane was improved.
- Bugfixes were made.
<<lessMain features:
- Docking windows framework for Swing and AWT.
- Dynamic Tree Framework
- ThreadManager - helps to distribute tasks to a number of threads
- TLToolTipManager - shows hidden parts of JTrees and JLabels cells.
- JShape - not rectangular translucent components.
- JGuiTabbedPane - a TabbedPane implementation.
- RainLayout - LayoutManager which supports both horizontal and vertical orientation, Component sorting, multiple columns/rows, row/column hiding.
- ToolBarLayout - LayoutManager which supports both horizontal and vertical orientation, Components layed out according to supplied absolute coordinates, multiple columns/rows, component wrapping.
- Rotate (90 or 270 grad) J(Toggle)Buttons and JLabels.
- ButtonPanel/FoldableButtonPanel
- IconifyBar/TaskBar
- ScrollPaneNavigator
- JHistogram
Enhancements:
- RainLayout is now available under a BSD license (in a separate package).
- JTabbedPaneExt is a JTabbedPane extension that allows icons to be easily added to tabs.
- This implementations is independent from the installed UI, works with both WRAP_TAB_LAYOUT and SCROLL_TAB_LAYOUT, and also works with any tab placement.
- Any number of icons can be added.
- Hover and pressed icons are supported, as are icon tooltips.
- Some known JTabbedPane bugs were fixed.
- The possibility to synchronize views was added to GSplitPane.
- The animation for TaskPane was improved.
- Bugfixes were made.
Download (0.48MB)
Added: 2005-12-25 License: Other/Proprietary License Price:
1402 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above swing search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed