-
java200
要将 MenuBar 加入一个Frame 中,应使用的方法是?
A. setMenu()
B. setMenuBar()
C. add()
D. addMenuBar()
2. 使用哪一个布局管理器时,当Frame 的大小被改变时Frame 中的按钮的位置可能会被改
变?
A. BorderLayout
B. FlowLayout
C. CardLayout
D. GridLayout(To add a Frame MenuBar, the method should be using? A. setMenu () B. setMenuBar () C. add () D. addMenuBar () 2. When using a layout manager which, when Frame Frame size is changed in the position of the buttons may be changed? A. BorderLayout B. FlowLayout C. CardLayout D. GridLayout)
- 2014-05-17 21:12:54下载
- 积分:1
-
QQLoginGUI
用于qq界面的登录实现功能,模拟性能好,超越一般的登录系统(Qq interface implementation for the login function, simulation performance, beyond the usual sign-on system
)
- 2011-05-07 17:06:19下载
- 积分:1
-
liredemo-v1.0_b4
LIRE Releases
Note that the releases indicate milestones, which we consider stable and usable. However, we recommend to use the current SVN version as it contains important tweaks, features and bug fixes.
- 2018-12-07 14:35:11下载
- 积分:1
-
J2EE
说明: J2EE案例的開發一些代碼案例.對學習感覺特別有效。簡單功能強大(J2EE cases develop some code cases.)
- 2010-04-12 20:32:38下载
- 积分:1
-
0610sszzv1.0B
苏苏与朱朱的文件管理系统(interminably with the document management system)
- 2005-01-07 15:43:50下载
- 积分:1
-
2000
用java实现的类似于连连看游戏的单词连连看,是本人的本科毕业设计。(Using java to achieve similar to the word game Lianliankan Lianliankan is my graduate design.)
- 2008-06-22 22:16:54下载
- 积分:1
-
monitor
capture and monitor using jmf
- 2009-12-03 00:47:14下载
- 积分:1
-
12821599
日期时间计算,判断日期时间合法性,转成统一格式,回车代替TAB键,等公共函数()
- 2017-09-21 14:07:59下载
- 积分:1
-
SSH整合循序渐进
这是关于servlet,jsp,mvc,hibernate等整合的一个教程(This is a tutorial on servlet, jsp, mvc, hibernate, etc.)
- 2019-04-19 09:34:06下载
- 积分:1
-
五子棋java
基本算法:
采用博弈比较常用的策略。
计算机下子前,分别对玩家和电脑棋型进行评估,然后根据棋型对每一位置打分(玩家和电脑在同一点的分数不同),比如活三100分,冲四1000分等,然后根据每个落子点分数进行选择。采用极大极小值策略,进行多步计算。(Basic algorithm:
The game strategy is commonly used.
Before computer playing, players and computer chess models are evaluated separately, and then each position is scored according to the chess pattern (players and computers have different scores at the same point), such as live three hundred points, go four thousand points, and then choose according to the score of each falling point. Multi-step calculation is carried out by using the minimax strategy.)
- 2020-06-17 17:00:02下载
- 积分:1