Ignore:
Timestamp:
01/29/14 15:53:51 (10 years ago)
Author:
jts21
Message:

Add JSItem class, which like JSWidget is an item controlled by javascript, but with an Expeditee item rather than Swing.
TODO: Add the ability to set input and click handlers for the item.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/widgets/InteractiveWidget.java

    r774 r784  
    292292         * @return An array of args. null if none provided
    293293         */
    294         static String[] parseArgs(String args) {
     294        public static String[] parseArgs(String args) {
    295295
    296296                if (args == null)
Note: See TracChangeset for help on using the changeset viewer.