Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. package de.hering.editor;
  2.  
  3. import de.hering.gui.MainWindow;
  4.  
  5. public class Editor {
  6.  
  7. public static void main(String[] args) {
  8. new MainWindow();
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement