Changeset 83

Show
Ignore:
Timestamp:
09/17/07 19:56:51 (1 year ago)
Author:
chris
Message:

Completes #39
Adds version number to lastpod

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/org/lastpod/UI.java

    r77 r83  
    113113     */ 
    114114    public UI(Model model) { 
    115         frame = new JFrame("LastPod"); 
     115        frame = new JFrame("LastPod (v0.8)"); 
    116116 
    117117        submitStatus = new JLabel();