Changeset 106
- Timestamp:
- 07/28/09 20:43:16 (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
r103 r106 113 113 */ 114 114 public UI(Model model) { 115 frame = new JFrame("LastPod (v1. 1)");115 frame = new JFrame("LastPod (v1.2)"); 116 116 117 117 submitStatus = new JLabel();
