Swing 로또 소스 썸네일형 리스트형 [자바/JAVA] 자바 로또, Swing로 구현 자바 로또, Swing 으로 구현 import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.border.*;class SwingLottery implements ItemListener, ActionListener{ private JFrame frame; private Container con; private ImageIcon titleImg; private JLabel titleLb; private JPanel titelPane; private ImageIcon[] normalBall; private ImageIcon[] pressedBall; private JCheckBox[] lotteryBall; priv.. 더보기 이전 1 다음