- 데블스캠프2004/금요일 . . . . 11 matches
* JFrame의 show() 메소드 -> 프레임창을 보이게 한다.
* JFrame의 setBounds(int x, int y, int weight, int height) 메소드
public class FirstJava extends JFrame{
import javax.swing.JFrame;
JFrame f = new JFrame(title);
f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
Upload:Swing_JFrame.gif
public class FirstJava extends JFrame{
public class FirstJava extends JFrame{
public class FirstJava extends JFrame{
- TicTacToe/임인택 . . . . 4 matches
import javax.swing.JFrame;
public class TicTacToe extends JFrame {
private JFrame frame;
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
- Button/영동 . . . . 3 matches
public class JOptionPaneTest extends JFrame implements ActionListener {
JFrame.setDefaultLookAndFeelDecorated(true);
JFrame f = new JOptionPaneTest();
- Java/SwingCookBook . . . . 3 matches
JFrame frame = new JFrame();
=== JFrame Title Bar 없애기 ===
- 만년달력/인수 . . . . 3 matches
public class CalendarFrame extends JFrame {
JFrame parent;
JFrame parent;
- 오목/인수 . . . . 3 matches
public class OmokFrame extends JFrame {
JFrame parent;
public PutStoneListener(JFrame parent) {
- BasicJAVA2005/실습2/허아영 . . . . 2 matches
public class GridLayoutDemo extends JFrame implements ActionListener{
application.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
- Button/상욱 . . . . 2 matches
public class Test extends JFrame implements ActionListener
JFrame f = new Test();
- Button/진영 . . . . 2 matches
class ButtonFrame extends JFrame
JFrame frame = new ButtonFrame();
- TheJavaMan/숫자야구 . . . . 2 matches
import javax.swing.JFrame;
public class BBGameFrame extends JFrame {
- TicTacToe/박진영,곽세환 . . . . 2 matches
import javax.swing.JFrame;
public class FirstJava extends JFrame {
- TicTacToe/임민수,하욱주 . . . . 2 matches
import javax.swing.JFrame;
public class FirstJava extends JFrame {
- TicTacToe/zennith . . . . 1 match
public class Serious extends JFrame {
- TicTacToe/김홍선 . . . . 1 match
public class FirstJava extends JFrame{
- TicTacToe/노수민 . . . . 1 match
public class TicTacToe extends JFrame {
- TicTacToe/유주영 . . . . 1 match
public class WoWJAVA extends JFrame{
- TicTacToe/조동영 . . . . 1 match
public class FirstJava extends JFrame {
- TicTacToe/조재화,신소영 . . . . 1 match
public class FirstJava extends JFrame{
- TicTacToe/후근,자겸 . . . . 1 match
public class FirstJava extends JFrame{
- whiteblue/간단한계산기 . . . . 1 match
public class MyCalculator extends JFrame {
- 채팅원리 . . . . 1 match
클라이언트쪽에는 4개의 Thread가 있다. JFrame을 사용한 클래스가 2개 있는데, 하나는 Login때 ID사용 허가를 확인한는 프레임이고, 다른 하나는 채팅의 기본 프레임이다. 4개의 Thread는 다음과 같다.
Found 21 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.