Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
NISTMessengerGUI.java
Package: SIP-applet-phone.zip [view]
Upload User: liulanlin
Upload Date: 2017-12-08
Package Size: 1274k
Code Size: 1k
Category:
VOIP program
Development Platform:
Java
- /*
- * Created on Mar 24, 2004
- *
- * To change the template for this generated file go to
- * Window - Preferences - Java - Code Generation - Code and Comments
- */
- package gov.nist.applet.phone.ua.gui;
- import javax.swing.JButton;
- import javax.swing.JLabel;
- import javax.swing.JList;
- /**
- * @author DERUELLE Jean
- *
- * To change the template for this generated type comment go to
- * Window - Preferences - Java - Code Generation - Code and Comments
- */
- public interface NISTMessengerGUI {
- /**
- * Get the contact list from this frame
- * @return the contact list from this frame
- */
- public JList getContactList();
- /**
- * Get the contact list from this frame
- * @return the contact list from this frame
- */
- public JButton getRemoveContactButton();
- public void repaint();
- /**
- * Get the view component representing the logged status label
- * @return the logged status label
- */
- public JLabel getLoggedStatusLabel() ;
- /** Display a fatal error and then die.
- */
- public void fatalError(String string);
- }