|
|
@ -26,6 +26,6 @@ public class TagPane extends JPanel{ |
|
|
|
TagAddButton.addActionListener(new TagButtonListener(base, tagField.getText())); |
|
|
|
TagAddButton.addActionListener(new TagButtonListener(base, tagField.getText())); |
|
|
|
this.add(TagAddButton); |
|
|
|
this.add(TagAddButton); |
|
|
|
//this.add(TagDelButton);
|
|
|
|
//this.add(TagDelButton);
|
|
|
|
this.add(usersPane); |
|
|
|
this.add(usersPane);//данные надо передать тоже!!!!!!!!!!!!!!
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|