• 통합검색
  • 대학레포트
  • 논문
  • 기업신용보고서
  • 취업자료
  • 파워포인트배경
  • 서식

전문지식 32건

JFrame.DISPOSE_ON_CLOSE);         setSize(600, 400);         setVisible(true);     }     public void actionPerformed(ActionEvent e) {         if(e.getSource()==btn3){                           
  • 페이지 74페이지
  • 가격 3,300원
  • 등록일 2013.01.10
  • 파일종류 압축파일
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
파일중 GEMainFrame 부분. package frame; import java.awt.BorderLayout; import javax.swing.JFrame; import constant.GEConstant; import menu.GEMenuBar; public class GEMainFrame extends JFrame { private static final long serialVersionUID = 1L; private GEMenuBar menuBar; pr
  • 페이지 1페이지
  • 가격 8,500원
  • 등록일 2010.08.26
  • 파일종류 압축파일
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
JFrame; public class Main{     public static void main(String[] args) {         JFrame f = new JFrame(\\\"Horse & Knight game\\\");         BorderLayout b = new BorderLayout();         f.addWindowListener(new WindowAdapter() {        
  • 페이지 73페이지
  • 가격 3,000원
  • 등록일 2014.01.28
  • 파일종류 압축파일
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
JFrame implements ActionListener {     public static final int WIDTH = 400;     public static final int HEIGHT = 600;     private JFrame MoneyInsert = new JFrame();     private ImageIcon i1, i2, i3, i4, i5;     private JPanel p1,p2,p3,p4,p5;     private JLabel Lab
  • 페이지 12페이지
  • 가격 5,000원
  • 등록일 2013.01.02
  • 파일종류 압축파일
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
JFrame frame = new JFrame ("가로세로퍼즐 게임"); //프레임 생성 frame.setDefaultCloseOperation (JFrame.EXIT_ON_CLOSE); //프레임 윈도우즈창처럼 최소화, 화면복원, 닫기 기능 설정 frame.setPreferredSize(new Dimension(625,530)); //프레임의 크기지정 // 각각의 Int
  • 페이지 9페이지
  • 가격 1,500원
  • 등록일 2006.09.19
  • 파일종류 압축파일
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
top