Guest User

Untitled

a guest
Oct 16th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. public class TestLayout
  2. {
  3. public static void main(String...a)
  4. {
  5. SampleLayout lo = new SampleLayout();
  6. lo.launch();
  7. }
  8. }
Add Comment
Please, Sign In to add comment