05 2015 档案

摘要:jsp中存在一个奇奇怪怪的bean标签。例如现在在java包中定义一个类test2package bean;public class test { private int number;public test(){ number=100;}public int get_number(){ re... 阅读全文
posted @ 2015-05-16 14:54 ElNinoT 阅读(898) 评论(0) 推荐(0)
摘要:import javax.swing.*;import java.awt.event.ActionListener;import java.awt.event.ActionEvent; public class popupWindows{ JFrame mainWindow; publi... 阅读全文
posted @ 2015-05-06 21:42 ElNinoT 阅读(333) 评论(0) 推荐(0)