|
|
|
@ -9,10 +9,11 @@ import javax.swing.WindowConstants;
@@ -9,10 +9,11 @@ import javax.swing.WindowConstants;
|
|
|
|
|
*/ |
|
|
|
|
public class App extends JPanel{ |
|
|
|
|
public Base base = new Base(); |
|
|
|
|
public Data data; |
|
|
|
|
public Data data = new Data(); |
|
|
|
|
|
|
|
|
|
public void init(){ |
|
|
|
|
this.add(new AccessPane(base)); |
|
|
|
|
this.add(new TagPane(base, new TagModel())); |
|
|
|
|
this.setVisible(true); |
|
|
|
|
} |
|
|
|
|
public void initFrame(){ |
|
|
|
|