Advertisement
Guest User

Testklasse

a guest
Apr 24th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1.  
  2. public class Testklasse {
  3.  
  4.  
  5. public static void main(String[] args) {
  6.  
  7. GUI oberflaeche=new GUI();
  8. oberflaeche.guierstellen();
  9.  
  10. }
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement