一个日历,基于java swing,双击日期可以记录备忘,挺实用
标签:
上传时间: 2016-02-02
上传用户:gdgzhym
具有历史记录的过滤JList,基于JAVA Swing
上传时间: 2013-12-02
上传用户:小草123
具有淡出效果的窗口,基于JAVA Swing
标签: 窗口
上传时间: 2013-12-11
上传用户:ukuk
可被搜索的文本组件,基于JAVA Swing
标签: 搜索
上传时间: 2013-12-21
上传用户:dengzb84
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
Caeser加密解密算法,用java swing 可视化变成实现
上传时间: 2016-02-20
上传用户:refent
网吧计费系统,java 编写,带数据库 sql server
标签: 计费系统
上传时间: 2013-12-17
上传用户:VRMMO
MediaPlayer代码,部分代码,合适请用: import java.awt.* import java.awt.event.* import javax.swing.* import javax.media.* import java.io.* import java.util.* //为了导入Vector //import com.sun.java.swing.plaf.windows.* public class MediaPlayer extends JFrame implements ActionListener,Runnable { private JMenuBar bar //菜单条 private JMenu fileMenu,choiceMenu,aboutMenu private JMenuItem openItem,openDirItem,closeItem,about,infor private JCheckBoxMenuItem onTop private boolean top=false,loop //设定窗口是否在最前面 private Player player //Play是个实现Controller的接口 private File file,listFile //利用File类结合JFileChooser进行文件打开操作,后则与list.ini有关
标签: MediaPlayer 代码
上传时间: 2016-07-08
上传用户:爺的气质
xml数据库,实现查插删改,JAVA SWING作界面
上传时间: 2016-10-09
上传用户:refent
操作系统-短进程优先调度算,JAVA实现,带界面,有解释
上传时间: 2017-02-08
上传用户:cylnpy