?? sms.html
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><!--JBuilder QuickDoc-->
<HEAD>
<TITLE>Class smspack.SMS</TITLE><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
</HEAD>
<BODY>
<H2>
<FONT SIZE="-1">smspack</FONT>
<BR>Klasse SMS</H2>
<DL>
<DT>public class <B>SMS</B><DT>extends JFrame<DT>implements ActionListener
</DL>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF"><TD COLSPAN=1><FONT SIZE="+2">
<B>Konstruktor-Detail</B>
</FONT></TD></TR></TABLE>
<H3>SMS</H3>
<PRE>
<B>SMS</B>()</PRE>
<DL><DD>build the GUI with all it components<DL><DD></DD></DL></DD>
</DL>
<DL></DL>
<HR>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF"><TD COLSPAN=1><FONT SIZE="+2">
<B>Methoden-Detail</B>
</FONT></TD></TR></TABLE>
<H3>getFormatedDateTime</H3>
<PRE>
public static String <B>getFormatedDateTime</B>()</PRE>
<DL><DD>creates a Windows conform formated date and time string<DL><DD></DD></DL></DD>
</DL>
<DL><DT><B>Returns:</B><DD>data and time string</DD>
</DL>
<HR>
<H3>getLongTime</H3>
<PRE>
public static long <B>getLongTime</B>()</PRE>
<DL><DD>creates a long value for the time<DL><DD></DD></DL></DD>
</DL>
<DL><DT><B>Returns:</B><DD>number of milliseconds since January 1, 1970,</DD>
</DL>
<HR>
<H3>showText</H3>
<PRE>
public static void <B>showText</B>(String text)</PRE>
<DL><DD>show text in the text window<DL><DD></DD></DL></DD>
</DL>
<DL><DT><B>Parameters:</B><DD><CODE>text</CODE> - text string to show on the display</DD>
</DL>
<HR>
<H3>showText</H3>
<PRE>
public static void <B>showText</B>(char[] text)</PRE>
<DL><DD>show text in the text window<DL><DD></DD></DL></DD>
</DL>
<DL><DT><B>Parameters:</B><DD><CODE>text</CODE> - char array to show on the display</DD>
</DL>
<HR>
<H3>actionPerformed</H3>
<PRE>
public void <B>actionPerformed</B>(ActionEvent event)</PRE>
<DL><DD>dispatcher which the main parts of the programm<DL><DD></DD></DL></DD>
</DL>
<DL><DT><B>Parameters:</B><DD><CODE>event</CODE> - event button which is pressed</DD>
</DL>
<HR>
<H3>main</H3>
<PRE>
public static void <B>main</B>(String[] args)</PRE>
<DL><DD>main<DL><DD></DD></DL></DD>
</DL>
<DL><DT><B>Parameters:</B><DD><CODE>args</CODE> - there will be no arguments for the main</DD>
</DL>
<HR>
</BODY>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -