Changeset 83
- Timestamp:
- 09/17/07 19:56:51 (1 year ago)
- Files:
-
- trunk/src/main/org/lastpod/UI.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/org/lastpod/UI.java
r77 r83 113 113 */ 114 114 public UI(Model model) { 115 frame = new JFrame("LastPod ");115 frame = new JFrame("LastPod (v0.8)"); 116 116 117 117 submitStatus = new JLabel();
