Source Code: Rich Client Data Entry

A Data Entry screen that demonstrates SOFIA/Swing/Applet integration.

File name Description
com/salmonllc/examples/example15/BlueTheme.java A Swing Metal Look and Feel Color Scheme.
com/salmonllc/examples/example15/ButtonPanel.java A Swing panel that contains a button bar.
com/salmonllc/examples/example15/DataEntryApplet.java The Applet Container for the entry screen.
com/salmonllc/examples/example15/DataEntryApplication.java The Application container for the entry screen.
com/salmonllc/examples/example15/DetailPanel.java A Swing panel that holds the detail data entry form.
com/salmonllc/examples/example15/GreenTheme.java A Swing Metal Look and Feel Color Scheme.
com/salmonllc/examples/example15/ListPanel.java A Swing panel that holds the search list.
com/salmonllc/examples/example15/MainPanel.java A Swing panel that holds all the other panels in the data entry screen. The main panel can be hosted in either an applet or java application container.
com/salmonllc/examples/example15/RedTheme.java A Swing Metal Look and Feel Color Scheme.
example15/DataEntryApplet.jsp The JSP page that serves data entry screen as an applet in the browser window.
example15/DataEntryApplication.jsp A JSP page that serves the data entry screen as a Java Web Start application.


Return to Home Page
Run the Example