Location:
Search - javax a
Search list
Description: 源码内容介绍:用vb实现DES加解密算法(二)--加密. ... 用vb实现快速傅立叶变换 · 用VB实现DES加解密算法(一)--定义 · 用vb实现DES加解密算法(二)--加密 · 用vb实现DES加 ...
-Source description: Using vb to achieve DES encryption algorithm (b)- encryption. ... Using vb achieve VB Fast Fourier Transform to achieve with DES encryption and decryption algorithm (a)- the definition of the realization of DES plus with vb decryption algorithm (b)- DES encryption to achieve increases with vb ...
Platform: |
Size: 4096 |
Author: |
Hits:
Description: 一个javamail的使用例子,值得参考-_--The use of a JavaMail example, it is also useful-_-
Platform: |
Size: 2048 |
Author: zhangyingqiang |
Hits:
Description: 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 code, some code, appropriate use: import java.awt .* import java.awt.event .* import javax.swing .* import javax.media .* import java.io.* import java.util .*// in order to import Vector// import com.sun.java.swing.plaf.windows .* public class MediaPlayer extends JFrame implements ActionListener, Runnable (private JMenuBar bar// menu bar private JMenu fileMenu, choiceMenu, aboutMenu private JMenuItem openItem, openDirItem, closeItem, about, infor private JCheckBoxMenuItem onTop private boolean top = false, loop// set the window in the top private Player player// Play is a Controller Interface realize private File file, listFile// use File Class JFileChooser combine files to open operation, and after the relevant list.ini
Platform: |
Size: 8192 |
Author: benson |
Hits:
Description: 这是一个经典实例演示如何应用 javax.microedition.lcdui包-This is a classic example of how to use presentation package javax.microedition.lcdui
Platform: |
Size: 2048 |
Author: michael |
Hits:
Description: 用java编写的多媒体播放器 能进行简单的视频播放 需要下载一个javax.media.* 包后才能运行-Using java prepared multimedia player able to perform simple video player will need to download a javax.media .* package to run
Platform: |
Size: 2048 |
Author: sandy |
Hits:
Description: javax.swing | 最常用的pachage,包含了各种swing组件的类
javax.swing.border | 包含与swing组件外框有关的类
javax..swing.colorchooser | 针对swing调色盘组件(JColorChooser)所设计的类
javax.swing.event | 处理由swing组件产生的事件,有别于AWT事件
javax.swing.filechooser | 包含针对swing文件选择对话框(JFileChooser)所设计的类 -javax.swing | The most commonly used pachage, contains a variety of swing types of components javax.swing.border | contains the swing-type frame components javax .. swing.colorchooser | color palette for the swing components (JColorChooser ) category designed javax.swing.event | deal with swing components generated by the case is different from the AWT Event javax.swing.filechooser | contains documents for the swing dialog box select (JFileChooser) designed by category
Platform: |
Size: 146432 |
Author: 穆鹏 |
Hits:
Description: Learning Wireless Java is for Java developers who want to create applications for the
Micro Edition audience using the Connected, Limited Device Configuration and the
Mobile Information Device Profile (MIDP). These APIs specifically for devices such as
mobile phones and pagers, allowing programmers to create MIDlet applications. This
book offers a solid introduction to J2ME and MIDP, including the javax.microedition
classes, as well as classes surrounding the features of the various platforms that the J2ME
supports.
Platform: |
Size: 1150976 |
Author: abc de |
Hits:
Description: 一个用来调用CGI脚本的例子,是一个简单但是经典的MIDlet示例。-An example MIDlet to invoke a CGI script (GET method),Learning Wireless Java
Help for New J2ME Developers
By Qusay Mahmoud
*/
import java.io.*
import javax.microedition.io.*
import javax.microedition.lcdui.*
import javax.microedition.midlet.*
/**
* An example MIDlet to invoke a CGI script (GET method).
*/
Platform: |
Size: 1024 |
Author: dogdig |
Hits:
Description: 一个很实用的jsp_servlet_api文档,并且编译成.chm格式,方便查询,servlet编程实用。-Jsp_servlet_api a very practical document, and compile. Chm format to facilitate query, servlet programming utility.
Platform: |
Size: 246784 |
Author: 田见雨 |
Hits:
Description: While dealing with JTable you come across two main features
1)JTable
2)TableModel
With JTable you can display the data. You can allow the user to edit the data.
The tableModel takes care of the data to be displayed using JTable.
The JTable is normally added in <I>JScrollPane</I>. So when the rows get exceeded display area, the scrollbars of the scrollpane automatically gets activated.
you have to
import javax.swing.table.*
See Below Code in which there are 4 JButtons
1)Add Row
2)Delete Row
3)GetValue
4)SetValue
Using those buttons you can create a row,delete a row at runtime.
getValue returns value at particular cell while
setValue sets the value at particular cell
plus other important JTable related methods are discussed below.
see the code below (tableExample.java).
Platform: |
Size: 2048 |
Author: Ryo |
Hits:
Description: Simple MySQL/ JSP application. A distributed system, consisting of a Web Application (called Front-End) for interacting with the user, a Database used by the Front-End and another Web Application (called Service) that generates dynamic data based on HTTP Requests coming from the Front-End.
Platform: |
Size: 2082816 |
Author: andreimatei |
Hits:
Description: 这是一款JKJ连连看的游戏,随机地图,关卡选择,难度调整,记录显示。-This is a JKJ Lianliankan game, random map, level selection, difficult to adjust, records show.
Platform: |
Size: 8192 |
Author: 肖雅翔 |
Hits:
Description: crm这是一个相对完善的房地产项目,是我们以前培训期间在做的一个小练习。希望对大家有用-This is a relatively complete crm real estate project is the training we' ve done a little during practice. Hope to useful
Platform: |
Size: 21915648 |
Author: anxiaojian |
Hits:
Description: java 里面很重要的一个jar包,servlet的源代码,值得一读,自己把后缀名去除掉哦-which is very important in a jar in java servlet source code, it is worth a read
Platform: |
Size: 98304 |
Author: quant |
Hits:
Description: jsp文件实现学生信息的增删改查,数据库文件直接建一个学生信息表,变量都在程序源码中-jsp file additions and deletions of student information to change the check, the database file directly to build a student information sheet, the variables in the program source
Platform: |
Size: 440320 |
Author: maowenlong |
Hits:
Description:
能够画出一个戴帽子的雪人,并且身体各个部位有不同的颜色。-draw a snowman,and different parts have different colours.
Platform: |
Size: 8192 |
Author: 韩丹 |
Hits:
Description: Hybernate manager: package restructuring in client.model all client entities are now in the context of a checkout started with implementation of CheckoutModel and FredModel for the client implemented the DAO layer for both EntityManager and Hibernate.
Platform: |
Size: 84992 |
Author: herbertgoergens |
Hits:
Description: javax.speech语音识别工具开发包,是sun公司自己开发的一套语音识别接口-javax.speech speech recognition tools development kit, the sun' s own development of a speech recognition interface
Platform: |
Size: 53248 |
Author: shao |
Hits:
Description: java包javax.servlet-3.0.zip javax.servlet-3.0.zip javax.servlet-3.0.zip- How to study English well? I think we must have a good way to study English. If you want to learn English well, listening, speaking, reading and writing are important. You should listen to tapes every day. You should often speak English with your teachers and friends. You should read English every morning. And, you had better keep a diary every day. In this way, you can study English well.
Platform: |
Size: 73728 |
Author: 王佩剑 |
Hits:
Description: 这是一款JKJ连连看的游戏,随机地图,关卡选择,难度调整,记录显示。-This is a JKJ Lianliankan game, random map, level selection, difficult to adjust, records show.
Platform: |
Size: 8192 |
Author: ftwarede |
Hits: