2005-01-13 | Paul Boddie | file changeset files shortlog | Added a main method test within a package. |
paul@104 | 1 | package tkjava; |
paul@104 | 2 | |
paul@104 | 3 | public class Frame { |
paul@104 | 4 | public Frame() { |
paul@104 | 5 | } |
paul@104 | 6 | public void pack() { |
paul@104 | 7 | } |
paul@109 | 8 | public void quit() { |
paul@109 | 9 | } |
paul@104 | 10 | } |