// 패키지명 : com.sist // MyRectangle class// SlotPanel class의 이미지 경로는 다른경로로 지정해도 상관 없음. // 단 그림 파일은 되도록이면 icon1~icon7로 하는것이 좋음 // 사각형 제작 클래스 package com.sist; public class MyRectangle {//좌표 변수 설정private int left;private int top;private int right;private int bottom;//사각형 생성 함수public void setRect(int left, int top, int right, int bottom){this.left=left;this.top=top;this.right=right;this.bottom=bottom..
package com.sist; import java.awt.*;import java.awt.Event.*;import java.awt.event.ActionEvent;import java.awt.event.ActionListener; import javax.swing.*;public class Woonse extends JFrame implements ActionListener,Runnable{JLabel la1,la2,la3,la4,la5,la6,la7;JProgressBar bar1,bar2,bar3,bar4,bar5,bar6;JButton b1;public Woonse(){la1=new JLabel("운세 보기",JLabel.CENTER);la1.setFont(new Font("궁서체",Font...
package com.sist; import java.awt.*;import java.awt.event.*; import javax.swing.*; public class MainClass extends JFrame implements ActionListener,Runnable{JLabel la;JButton b1,b2;int num=1;Thread t;public MainClass(){la=new JLabel("1",JLabel.CENTER);b1=new JButton("Start");b2=new JButton("Stop");la.setFont(new Font("궁서체",Font.BOLD,50));add("Center",la);JPanel p=new JPanel();p.add(b1);p.add(b2);..
- Total
- Today
- Yesterday
- jdbc
- 포세리앙 시밤...
- 이건사야되!
- Android
- GOD EATER2
- jsp
- XML
- Unleashed
- oracle
- 무사헌터G
- C Programming
- PSP
- PS VITA
- HTML
- Talesweaver_Palshu
- DnF_카인
- League of legends
- spring
- java
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |