This commit is contained in:
magenoxx 2011-10-15 20:23:26 +04:00
parent ba19cc7f61
commit 3ab6b76c07

View file

@ -148,6 +148,7 @@ public class MageBook extends JComponent {
private void addSetTabs() {
jPanelLeft.removeAll();
jPanelRight.removeAll();
tabs.clear();
Image image = ImageHelper.loadImage(LEFT_TAB_IMAGE_PATH);
Image imageRight = ImageHelper.loadImage(RIGHT_TAB_IMAGE_PATH);
int y = 0;