|
파일중 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주 판매 이력 없음
|
|
BYTE CODE와 JAVA chip
Four Simple Applets
Circle Class 만들기
애플릿 알람 (아날로그 & 디지털)
메신저
간단한 그림판 에디터
이미지 뷰어
간단한 텍스트 에디터
또 책에 있는 문제를 푼 소스와 리포트 HWP도 같이 들어있습니다.
교재는 핵심 자바2
|
- 페이지 30페이지
- 가격 3,000원
- 등록일 2005.04.15
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
void actionPerformed(ActionEvent e){
System.out.println(getValue(Action.NAME));
if(!confirmSave())
return;
_textPane.setText("");
_isSaved = true; 교수님메모장보다 훨씬 깔끔하고 잘만들었따고
a+주신 메모장소스입니다 믿고 받아보세여^^
|
- 페이지 17페이지
- 가격 2,500원
- 등록일 2008.11.10
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
gc = new GameClient();
Login login = new Login(gc);
login.Init();
}
public static void main(String[] args) {
try {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch(Exception e) {
e.printStackTrace();
}
new Client();
}
} 1. 소스
2
|
- 페이지 5페이지
- 가격 3,500원
- 등록일 2004.08.17
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
java.util.*;
public class ConversationBook extends Book {
private String language;
Scanner sin=new Scanner(System.in);
// sum 메서드(데이터를 받음)
public void sum(){
super.sum(); //Book 클래스 오버라이딩
System.out.print("언어>>");
language=sin.next();
}
// show 메서드(데이터를 출력
|
- 페이지 5페이지
- 가격 800원
- 등록일 2013.03.19
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|