add plugin components added before the gui is shown

cusax-fix
Yana Stamcheva 19 years ago
parent add3ebb81e
commit b7f6e78f74

@ -121,6 +121,8 @@ private void init() {
this.searchButton.setName("search");
this.infoButton.setName("info");
this.soundButton.setName("sound");
this.initPluginComponents();
this.addButton.addActionListener(this);
this.configureButton.addActionListener(this);
@ -166,6 +168,9 @@ else if(selectedValue instanceof MetaContactGroup)
.setCurrentContactGroup((MetaContactGroup)selectedValue);
}
}
this.revalidate();
this.repaint();
}
}

Loading…
Cancel
Save