⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sms.html

📁 手机短信编程的源代码
💻 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&nbsp;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[]&nbsp;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&nbsp;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[]&nbsp;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 + -