Ignore:
Timestamp:
01/21/14 14:12:16 (10 years ago)
Author:
bln4
Message:

Additions made:
The ability to register an action on TDFC. default: No additional actions are taken.
The abiility to provide a title. default: With no title set whenever expeditee sets its title it will prepend a empty string. set: it will prepend what you want you set the title too.
An additional 'getter' type method for XGroupItem that takes a y-coord and gives the span that covers that position.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/DisplayIO.java

    r655 r730  
    577577                        title.append(" [").append(SessionStats.getShortStats()).append(']');
    578578
    579                 _Browser.setTitle(title.toString());
     579                _Browser.setTitle(DisplayIO.title + " ~~~ " + title.toString());
     580        }
     581       
     582        private static String title = "";
     583        public static void setTitle(String str) {
     584            title = str;
    580585        }
    581586
Note: See TracChangeset for help on using the changeset viewer.