creating imagePanel class
This commit is contained in:
@@ -0,0 +1,23 @@
|
|||||||
|
package GUI.Panels.img;
|
||||||
|
|
||||||
|
import javax.swing.*;
|
||||||
|
import java.io.File;
|
||||||
|
|
||||||
|
public class ImagePanel extends JPanel {
|
||||||
|
|
||||||
|
private JLabel[] dragonbornPortraits;
|
||||||
|
|
||||||
|
public ImagePanel() {
|
||||||
|
|
||||||
|
super();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
private void createPortraitsArray() {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user