Main > Free Download Search >

Free swing script

swing

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 20
Herongs Tutorial Notes on Java Swing

Herongs Tutorial Notes on Java Swing


This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning Java Swing. Topics include AWT, button, Chinese, co more>> This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning Java Swing. Topics include AWT, button, Chinese, component, event, frame, graphics, GUI, internal frame, Java, JDK, JFC, language, label, listener, look and feel, MVC, radio button, resolution, screen, Swing, text field, thread, toolkit, tutorial, Unicode. Key sections: What Is Swing? - Graphics Environment - Swing JFrame - Swing JLabel - Swing JButton - Swing JRadioButton - Swing JTextField - Swing JInternalFrame - Layouts of Components - Look and Feel.<<less
Added: 2005-10-25 License: Free for non-commercial use Price: Free
1496 downloads
Herong's Tutorial Notes on Java Swing

Herong's Tutorial Notes on Java Swing


This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning Java Swing. Topics include AWT, button, Chinese, component, event, frame, graphics, GUI, internal frame, more>> This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning Java Swing. Topics include AWT, button, Chinese, component, event, frame, graphics, GUI, internal frame, Java, JDK, JFC, language, label, listener, look and feel, MVC, radio button, resolution, screen, Swing, text field, thread, toolkit, tutorial, Unicode. Key sections: What Is Swing? - Graphics Environment - Swing JFrame - Swing JLabel - Swing JButton - Swing JRadioButton - Swing JTextField - Swing JInternalFrame - Layouts of Components - Look and Feel.<<less
Added: 2005-10-25 License: Free Non-Commercial Price: $0.00USD
20 downloads
OSWorkflow 2.8.0

OSWorkflow 2.8.0


This is a low level workflow implementation written in Java more>>

OSWorkflow 2.8.0 is considered as a smart and useful application that is known as a "low level" workflow implementation written in Java. It does not use a graphical tool for developing workflows, but can be configured by writing a xml file as the main conf file for the workflow process.

Graphical solutions dont provide the flexibility to properly fulfill all requirements in a full-blown application. In this way the programmer can go in and customize the OSWorkflow after his specific needs.

Situations like "loops" and "conditions" that might be represented by a graphical icon in other workflow systems must be "coded" in OSWorkflow.

Major Features:

Compiling from CSV: To get the latest version of OSWorkflow,it is recommend that the source via CSV is to be downloaded and compiled using the Jakarta Ant build script provided there. Compiling OSWorkflow from source is trivial with the following ant targets:

  1. jar (default) - compiles the library osworkflow.jar
  2. example-war - compiles and assembles osworkflow-2.8.0-example.war, which is configured to use memory persistence and should deploy without any configuration into most web containers.
  3. example-ear - compiled and assembles osworkflow-2.8.0-example.ear, which is a J2EE application that is configured to use osworkflow with the EJB persistence store. Some configuration of data sources is required, as well as a full J2EE application server.
  4. client-jar - compiled and assembles designer.jar, which is a Swing GUI workflow designer application that can be used to visually inspect and edit workflows.

Enhancements

  • AbstractWorkflow.getVariablesFromMaps unsafe use of PropertySet
  • transientVars currentSteps list not updated soon enough after step transition for post-functions
  • Tutorials code snippets
  • AbstractWorkflow fails to load XML configuration after redeployment on BEA Weblogic 7.0.2
  • The test case should not depend on mckoi lib
  • Actions tag shoukld alow just only common-action
  • No results at all from designer
  • Bug with Websphere Application Server 5.1..0.4, error creating new workflow instance
  • Exception orrured when invoking getAvailableActions() and doAction()
  • Common actions written out as duplicates
  • NPE in initial action if conditionalResult is not empty
  • Cant use input parameters in workflow
  • Creating Trigger Functions via API does not work
  • Order of results from Workflow.getHistorySteps(long) is variable
  • Multiple evaluations of action restrict-to conditions
  • Cant get the tutorial to work. Please help !
  • (Conditional)ResultDescriptor does not write due-date to xml
  • canModifyEntryState dont manage COMPLETED entry state
  • Workflow does not escape XML entities when saving itself
  • null getAction of initial-action
  • getAvailableActions return false on exception
  • Scheduled workflow doesnt get the right config
  • Designer can not display join condition editor
  • moveToHistory bug in implicit finish step
  • Broken compatibility with previous versions
  • Documentation or DefaultConfigurator error
  • CreateNewStep even actions finish attribute is set to true
  • Bug in cache management
  • AbstractWorkflow NPE: cache.put(action, result);
  • HibernateWorkflowStore/SpringHibernateWorkflowStore problem
  • JDBCWorkflowFactory: getWorkflow(name) doesnt work unless in debug mode
  • com.opensymphony.workflow.designer.WorkflowGraphModel has classcastexception
  • Persistence JDBCStore with Mysql fail
  • Cannot KILL a Workflow instance
  • Defining a conditional-result in an initial-action causes an NPE
  • Problems with doAction
  • Manifest entry in latest OSWorkflow violates spec
  • Join transition failure
  • Inconsistency between MemoryWorkflowStore & JDBCWorkflowStore w.r.t step functions
  • Selecting the Conditions Type throws a NoSuchMethodException
  • beanshell condition can not access transientVars
  • Duplicate entry constraint with MySQLWorkflowStore
  • Patch to SpringTypeResolver.setFunctions
  • Inconsistent transientVars behaviour
  • Unable to compile OSWorkflow from Ant script
  • ClassCastException in LocalEJBCondition
  • Incorrect javadoc for the com.opensymphony.workflow.util.Caller class.
  • Incorrect javadoc for the com.opensymphony.workflow.util.MostRecentOwner class.
  • The value of the attribute "auto" of the element "action" is being checked ONLY for the value "true".
  • Implicit calls cannot update the transientVars Map
  • Due date does not supported in queries (HibernateStore+Spring)
  • XMLWorkflowFactory.WorkflowConfig doesnt implement Serializable interface
  • New load signatures on WorkflowLoader break compatibility with code complied with 2.7
  • Actions within workflow descriptior should escape invalid characters.
  • Designer doesn`t show the join ID
  • Improve javadocs for Configuration
  • WorkflowException does not show stack trace of inner exception
  • Eclipse project classpath fix
  • Add isModifiable() method to AbstractWorkflowFactory
  • Add "createdStep" to transientVars
  • Query OS_CURRENTSTEP instead of OS_WFENTRY in JDBCWorkflowStore.java
  • Query Speed w/ JDBCWorkflowStore.java can be abysmal
  • Mangled stacktraces from BSH scripts
  • AbstractWorkflow private methods could be protected
  • Due Date Queries and Duplicate Code Reduction
  • MemoryWorkflowStore fixes to work with Due Date
  • Persistence Updates for Due Date
  • Role/Group attribute for result
  • Separate Thread to execute auto actions in transitionWorkflow
  • currentSteps is empty for pre-functions at the first step
  • Interface WorkflowFactory instead of class AbstractWorkflowFactory
  • Pluggable ScriptVariableParser
  • Consolidation of three identical Conditions
  • Conditions and condition xml element order in Workflow description
  • Limitation while inheriting MySQLWorkflowStore
  • Visibility of the inner class com.opensymphony.workflow.loader.XMLWorkflowFactory.WorkflowConfig
  • Adding version into jar manifest
  • The inner com.opensymphony.workflow.JoinNodes$DummyStep class should be made private.
  • The attribute "step" of both the elements "result" and "unconditional-result" could be made #REQUIRED instead of #IMPLIED.
  • There should exist a mechanism that allows removing of all the info about unnecessary workflow entry from the store.
  • Add setter for beanProvider to DefaultVariableResolver.
  • Request for global actions that do not change workflow step.
  • Plugin model for fucntion and condition (Spring/BeanShell).
  • Global condition/function.
  • Dynamic number of split states.
  • actionId in getAvailableActions.
  • Display a live graph.
  • Function and Conditions to be displayed on the Edge(Action).
  • Type base -> Instance base.
  • BSF doesnt work with new Jakarta package.
  • SQL Script for OSWorkflow for DB2 Databases.
  • Hibernate 3 support.
  • TransientVars supplied to conditions in external-permission.

Requirements:

  • OSCore 2.0.1+.
  • PropertySet 1.2+.
  • Jakarta commons-logging.
  • BeanShell (optional).
  • BSF (optional).
  • EJB interfaces.
  • XML parser (Not required for JDK 1.4).
<<less
Added: 2009-06-27 License: Other Free / Open Source License - Apache License Price: OtherFreeOpenSourceLicenseApacheLicense
12 downloads
Java Online Course

Java Online Course


Easy to follow, visual presentation of many of the concepts you need to start programming in java such as fundamentals, syntax, basic packages, GUI with AWT/Swing/2Dapi, threads and networking. Includes example source code, quizzes and exercises. more>> Easy to follow, visual presentation of many of the concepts you need to start programming in java such as fundamentals, syntax, basic packages, GUI with AWT/Swing/2Dapi, threads and networking. Includes example source code, quizzes and exercises.<<less
Added: 2006-04-30 License: Freeware Price: $0.00USD
11 downloads
Java full screen image viewer

Java full screen image viewer


This article contains a source code of a simple Java program which draws image(from file or http:// URL) at the center of full-screen window. It uses AWT Toolkit to load image (from the file or http URL) and Swing JFrame to display it. more>> This article contains a source code of a simple Java program which draws image(from file or http:// URL) at the center of full-screen window. It uses AWT Toolkit to load image (from the file or http URL) and Swing JFrame to display it.<<less
Added: 2007-01-25 License: Other Price: $0.00USD
17 downloads
PseudoQ

PseudoQ


PseudoQ is an open source java application for creating, playing and solving SuDoku puzzles of various types. It features both a Swing GUI and command-line operation. The automatic solving of puzzles more>> PseudoQ is an open source java application for creating, playing and solving SuDoku puzzles of various types. It features both a Swing GUI and command-line operation. The automatic solving of puzzles uses "smart" techniques rather than a brute force search of every possible combination.<<less
Added: 2007-04-11 License: LGPL Price: Free
927 downloads
PyUI 0.95

PyUI 0.95


PyUI is a user interface library written entirely in the high-level language python. more>> PyUI 0.95 provides you all a user interface library written entirely in the high-level language python. It has a modular implementation that allows the drawing and event input to be performed by pluggable "renderers". This makes PyUI very portable and scalable. It can run in environments from hardware accelerated 3D surfaces to regular desktop windows. PyUI was originally targeted as a User Interface for games, but it has evolved into a more general UI toolkit with applicability outside of games.

The goal of pyui is that is be very simple to use and that the implementation be kept as simple as possible. Some lessons learned from Extreme Programming are being applied to the development process.

Major Features:

  1. A set of useful GUI widgets including buttons, list boxes, menus, and scrollbars
  2. Windows with resizability and movability
  3. An extensible event system for interacting with the user interface
  4. An interactive python console window
  5. Layout managers similar so the Java Swing layout managers
  6. Portability and scalability
<<less
Added: 2007-06-23 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
12 downloads
SetVB2Java (Visual Basic Forms to Java Migration) 1.0

SetVB2Java (Visual Basic Forms to Java Migration) 1.0


SetVB2Java is an easy-to-use component for migration of Visual Basic Forms and UserControls into pure Java Source Code (Swing Style). You just implement SetVB2Java into your Visual Basic IDE and your Forms and UserControls will be converted within a more>> SetVB2Java is an easy-to-use component for migration of Visual Basic Forms and UserControls into pure Java Source Code (Swing Style). You just implement SetVB2Java into your Visual Basic IDE and your Forms and UserControls will be converted within a few minutes. The Component is free.<<less
Added: 2006-03-14 License: Freeware Price: $0.00USD
14 downloads
 
Other version of SetVB2Java
SetVB2Java (Visual Basic Forms to Java Migration)Visual Basic Forms and UserControls into pure Java Source Code (Swing Style). You just implement SetVB2Java into your Visual Basic IDE and your. SetVB2Java (Visual Basic Forms to Java Migration
Price: FreeAdditionalInfohttpwww.getobject.com
License:Freeware
Download
1327 downloads
Added: 2006-03-14
Java For Stand-Alone Applications

Java For Stand-Alone Applications


Java programming language was primarily developed to deal with embedded applications. But with the introduction of Swing and other user interface utilities to Java, it made its mark in desktop applications too. Now the trend is to use Java technology in more>> Java programming language was primarily developed to deal with embedded applications. But with the introduction of Swing and other user interface utilities to Java, it made its mark in desktop applications too. Now the trend is to use Java technology in developing large web and enterprise applications. Java is more focused on web then desktop applications. But, in this article, we are going to discuss how useful Java is as a development technology for stand alone desktop application development in present scenario.<<less
Added: 2006-06-04 License: Freeware Price: $0.00USD
13 downloads
Azureus 3.0.3.4

Azureus 3.0.3.4


Azureus implements the BitTorrent protocol using java language. more>>

Azureus 3.0.3.4 is a script designed to implement the BitTorrent protocol using java language. It also comes bundled with many invaluable features for both beginners and advanced users

Major Features:

  1. Multiple torrent downloads
  2. Upload and download speed limiting, both globally and per torrent
  3. Advanced seeding rules
  4. Adjustable disk cache
  5. Only uses one port for all the torrents
  6. UPnP sets the forward on your router
  7. Can use a proxy, for both tracker and peer communications
  8. Fast resume
  9. Can set a default download dir and move completed files
  10. Can import torrents automatically from a set dir
  11. Highly customizable interface
  12. IRC plugin included for quick help
  13. Embedded tracker, host your own torrents, automate your shares (periodic scanning of a dir)...
  14. Distributed Hash Table: host on it a completely decentralized torrent and/or benefit from it when the tracker is offline.
  15. Many useful plug-ins are available:
    • Auto-adjustment of your upload and download speeds according to your network charge with Auto-speed
    • Auto-download torrents with RSS Feed Scanner
    • Schedule upload and download speed limits with Speed Scheduler
    • Receive a mail when a download finishes with Status Mailer
    • Add numerous info on torrents (Extra seeding columns, Country Locator)
    • Remote control Azureus through the Swing Web Interface or the HTML Web Interface
<<less
Added: 2007-11-22 License: GPL - GNU Public License Price: GPLGNUPublicLicense
17 downloads
TechCuBe Talk- tutorial on creating 3D bar chart in Java 1.0

TechCuBe Talk- tutorial on creating 3D bar chart in Java 1.0


Sometimes we need to create Bar chart, pie chart or line graph in web applications or applet or swing applications. JfreeChart is a popular library that helps to create any kind of chart or graph easily. This tutorial introduces JfreeChart to developers more>> Sometimes we need to create Bar chart, pie chart or line graph in web applications or applet or swing applications. JfreeChart is a popular library that helps to create any kind of chart or graph easily. This tutorial introduces JfreeChart to developers by creating a simple 3D Bar chart.Sample code snippet or output is attached also.<<less
Added: 2008-08-15 License: Freeware Price: $0.00USD
13 downloads
Zambro Web Browser 0.1-alpha2

Zambro Web Browser 0.1-alpha2


Zambro is a simple and light web browser, written in Java 5 and using the Swing framework. It encounters many features, where the most important are: remote and local browsing, bookmarks support (where bookmarks can be exported in a HTML document), HTML more>> Zambro is a simple and light web browser, written in Java 5 and using the Swing framework. It encounters many features, where the most important are: remote and local browsing, bookmarks support (where bookmarks can be exported in a HTML document), HTML code viewer/editor, search on the web (using the most famous search engines like Google, Yahoo! and MSN Search), minimalistic back/forward memory for visited sites history, hideable panels, and per-user customizable settings. Other features could be easily added.<<less
Added: 2006-07-02 License: GPL Price: $0.00USD
11 downloads
 
Other version of Zambro Web Browser
License:GPL
Download
1224 downloads
Added: 2006-07-02
J.Maze The Java Maze Game 1.2

J.Maze The Java Maze Game 1.2


Java Maze Game is an example of object orientated programming using Java?s Swing. You can download the source or compiled version of the game for FREE. By reviewing the source for this game you will learn: Java?s Swing Design including using a more>> Java Maze Game is an example of object orientated programming using Java?s Swing. You can download the source or compiled version of the game for FREE. By reviewing the source for this game you will learn: Java?s Swing Design including using a Jprogress Bar, Java Timer(), Accept keyboard input for movement, work with java?s I.O. system including bufferedReader. This is all available totally for free.<<less
Added: 2003-12-08 License: Freeware Price: $0.00USD
10 downloads
 
Other version of J.Maze The Java Maze Game
License:Freeware
Download
2151 downloads
Added: 2003-12-08
Java Tutorials, Java Ebooks, Articles and Java FAQ

Java Tutorials, Java Ebooks, Articles and Java FAQ


Geekarticles database of technology with over 1200 in Java Technology which includes Java Applets Ebooks, Java Ebooks, EJB Ebooks, EJB Tutorials, J2EE Ebooks, J2EE Tutorials, J2ME Ebooks, J2ME Tutoria more>> Geekarticles database of technology with over 1200 in Java Technology which includes Java Applets Ebooks, Java Ebooks, EJB Ebooks, EJB Tutorials, J2EE Ebooks, J2EE Tutorials, J2ME Ebooks, J2ME Tutorials, J2SE Tutorials, Java Swing Articles, Java Web Services, JDBC Help, Jini Tutorials, JMS Tutorials, JSP Ebooks and Tutorials, Servlets Articles and Java FAQS.<<less
Added: 2005-08-28 License: Freeware Price: Free
1562 downloads
yEd Graph Editor 3.1.2.1

yEd Graph Editor 3.1.2.1


This is a very powerful graph editor that can be used to generate drawings and to apply automatic layouts to a range of different diagrams and networks. more>>
yEd Graph Editor 3.1.2.1 is designed as a tool to generate drawings and apply automatic layouts to diagrams and networks. It uses lightweight Swing components and can run on any platform with a Java Runtime Environment available.

Major Features:

  1. Several highly sophisticated layout algorithms have been implemented and they can be used either to automatically arrange the items or to support the user when undertaking a manual layout.
  2. Enables users to create groups of nodes, which can be visualized and nested to virtually any degree.
  3. Ability to automatically assign label positions. This will enable the user to easily build improved diagrams, with each label clearly readable.
  4. An intuitive user interface that complies with modern design guidelines for applications.
  5. Build, modify, and visualize graph structures in an effective and efficient manner. They can be loaded and saved using a variety of different file formats.
  6. For exporting graph structures, yEd offers file formats for image and vector graphics export
  7. All of the image export formats can be fully customized to meet your unique needs.
  8. The editor supports the complete set of graphical attributes necessary for effective graph visualization.

Enhancements: Improvements: Problems during the setup for reusing an already running yEd application instance are handled more gracefully. If the setup fails, yEd starts up as in the pre-3.1.2 days.

Requirements: Java Runtime Environment (JRE)

<<less
Added: 2009-01-16 License: Freeware - no automation Price: Freewarenoautomation
14 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2