Categories
Tags → Java User Input

Java Auto-Completing Combobox Applet

JumpToWidget is a Java applet that combines a text input box with a list box so that a user can make a selection from a large list quickly by typing in a substring into the text input box. On each keypress, the List box updates to show only the optio...
DETAILS

DateChooser

DateChooser is a Java class that allows a programmer to present the user with an input dialog for easily choosing a date and feeding it to the program. The calendar input dialog show the &"day of the year&" and &"week of ...
DETAILS

Data Wizard for Java

Data Wizard for Java is a tool for building a simple graphical user interface (GUI) that makes it easy to collect necessary data. This tool enables the building of data wizard applications using only a scripting scenario in an XML format. Data Wizard...
DETAILS

JavaScript Form validations made easy

Client side java script is the efficient way to validate the user input in web forms. It gives the response immediately and reduces the server load. But, when there are many forms in the project and when the forms are long, writing the form validatio...
DETAILS
©2003-2019 jCay.com