diff --git a/src/netz/view2/ChatView.form b/src/netz/view/ChatView.form similarity index 100% rename from src/netz/view2/ChatView.form rename to src/netz/view/ChatView.form diff --git a/src/netz/view2/ChatView.java b/src/netz/view/ChatView.java similarity index 99% rename from src/netz/view2/ChatView.java rename to src/netz/view/ChatView.java index a179139..c8f9ac9 100644 --- a/src/netz/view2/ChatView.java +++ b/src/netz/view/ChatView.java @@ -3,7 +3,7 @@ * To change this template file, choose Tools | Templates * and open the template in the editor. */ -package netz.view2; +package netz.view; import netz.view.*;