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);..
import java.util.Scanner;import java.util.Date; // 시스템의 시간import java.util.StringTokenizer; // 구분 문자별로 문자열을 나눠주는 클래스import java.text.SimpleDateFormat;// 날짜 형태를 마음대로 조절public class testcoding { private int year, month, total;private int[] lastday={31,28,31,30,31,30,31,31,30,31,30,31};// 생성자로 멤버변수 초기화public testcoding() {//시스템시간 읽어옴 Date(),StringTokenizer(),SimpleDateFormat()Date date = new Date()..
public class testcoding {public static void main(String[] args) {/* * 01234-----------------------01234500~04-----------------------10678011~13-----------------------20090022~22-----------------------30101112031~33-----------------------4131415161740~44-----------------------ij001122ij041322j(s)=ij(e)=4-iij31i+j=440j=4-iij33i=j44 * * */int[][] num=new int[5][5];int k=1;for(int i=0;i
public class testcoding {public static void main(String[] args) {/* * 01234----------------------- 0001002-2----------------------- 1023401-3----------------------- 2567890-4---------------------- 3010111201-3----------------------- 40013002-2-----------------------iJ(s)j(e)022113i+j(2)=2i+2=j(e)204j(s)=2-ij(e)=i+2--------------313i-2=j(s)422j(e)=6-i*/int[][] num=new int[5][5]; // 0으로 모든 배열방 초기화..
- Total
- Today
- Yesterday
- jdbc
- C Programming
- DnF_카인
- 포세리앙 시밤...
- java
- Unleashed
- HTML
- GOD EATER2
- spring
- jsp
- League of legends
- PS VITA
- 이건사야되!
- Talesweaver_Palshu
- 무사헌터G
- oracle
- PSP
- Android
- XML
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |