This program shows mainly how to add the events to the buttons. Normally we use the internal class, but this example does not
This program shows a Login window based on Swing JFrame. When you input the correct userID and Password, you can obtain a con
A program which demonstrates the basic paint mechanism for Swing components (JPanel for example).[java] package com.han;
將1~100之間的所有正整數存放在一個List集合中, 並將集合中索引位置是10的對象從集合中移除。 [java] package com.han; import java.util.
分別向Set集合和List集合中添加A,a,c,C,a5個元素, 觀察重復的a值能否在List或者Set中成功添加。[java] package com.han; import jav
首先創建一個Emp類,再將幾個Emp對象添加到Map集合中。 Emp的id作為Map的鍵,並將id為“005”的對象從集合中刪除。[java] package com.han; import&n
This program demonstrates the creation of a JDialog from a super-window. The created dialog is on the mode Modal.[java] packa
This example shows the drawing of an icon using the Icon interface for the JLable component.[java] package com.han; 
Creation of a file if it does not exist; Deletion of a file if it already exists.package com.han;  
How to input your personal data from the default command interface.It used the System.in.read, contrast to the System.out.pri
It shows that we can list all the files in a specified folder, if it exists.[java] package com.han; &nb
Java中沒有goto語句,卻有可以實現跳轉功能的語句。分別是break語句,continue語句,return語句,和try catch finally語句。其中finally語句無論遇到哪種跳轉,總終都會執行。這幾種跳轉方式可以配合使用,所以ja
This is a UDP network program. The following presents a multicast datagram program, which is actually a new technology.[java]
Java 向上轉型後不能使用子類中的新方法,對於使用被重寫的方法名時還是用重寫後的方法體(即子類中的方法體)。Java 向下轉型運行時會報錯(注意並不是int與char之間的轉換)。但是問題的關鍵是編譯時不會報錯! 詳見具體運行實例:[java] p
jQuery 寫的坦克大戰新鮮出爐,閒話少說。免費下載地址在 http://linux.linuxidc.com/用戶名與密碼都是www.linuxidc.com具體下載目錄在 /2012年資料/1月/30日/jQuery 寫的坦克大戰【附源代碼】/
話不多說HTML5 圖畫板寫的一個小游戲,原形為是男人就撐過30秒。下載地址:免費下載地址在 http://linux.linuxidc.com/用戶名與密碼都是www.linuxidc.com具體下載目錄在 /2012年資料/1月/30日/HTM