Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - static color
Search - static color - List
制作帮助文件的一个利程10-1-production of a document to help Lee Cheng 10-1
Date : 2025-12-23 Size : 1kb User : 陆敏

import java.awt.BorderLayout import java.awt.Color import java.awt.Graphics import java.awt.event.ActionEvent import java.awt.event.ActionListener import java.awt.event.MouseEvent import java.awt.event.MouseListener import java.awt.event.MouseMotionListener import java.util.Date import java.util.Vector import java.awt.* import javax.swing.JButton import javax.swing.JPanel import javax.swing.JTextField import javax.swing.JLabel /** La classe ZoneSaisirPointsAfficherSegments. */ public class ZoneSaisirPointsAfficherSegments extends JPanel { /** * */ private static final long serialVersionUID = 1L //static Chrono temps = new Chrono() /** Creation de la zone d affichage. */-import java.awt.BorderLayout import java.awt.Color import java.awt.Graphics import java.awt.event.ActionEvent import java.awt.event.ActionListener import java.awt.event.MouseEvent import java.awt.event.MouseListener import java.awt.event.MouseMotionListener import java.util.Date import java.util.Vector import java.awt.* import javax.swing.JButton import javax.swing.JPanel import javax.swing.JTextField import javax.swing.JLabel /** La classe ZoneSaisirPointsAfficherSegments. */ public class ZoneSaisirPointsAfficherSegments extends JPanel { /** * */ private static final long serialVersionUID = 1L //static Chrono temps = new Chrono() /** Creation de la zone d affichage. */
Date : 2025-12-23 Size : 25kb User : salim

DL : 0
import java.awt.* public class BallGame extends Frame { void launchFrame(){ setSize(500, 300) setLocation(50, 50) setVisible(true) setTitle("尚学堂---张三作品") setBackground(Color.black) } public static void main(String[] args){ System.out.println("我是尚学堂的高淇!") new BallGame().launchFrame() } } -java game
Date : 2025-12-23 Size : 6kb User : 张乐

实现一个图形用户界面,在该界面上有一个静态文本框,里面有一段文 字。另外还有两个单选按钮,用于设置文字的颜色:蓝色或红色。当用户选定某个颜色 后,文本框中的文字的颜色随即发生了变化。-Implement a graphical user interface, this interface has a static text box, with a paragraph of text. Color There are also two radio buttons for setting text: blue or red. When the user selects a color, the color of the text in the text box immediately changed.
Date : 2025-12-23 Size : 1kb User : 李四
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.