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

📄 index-1.html

📁 JAVA写的一个不规则窗体程序!用了JNI等技术
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Fri Feb 06 18:51:01 CST 2004 -->
<TITLE>
A-Index
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
</HEAD>
<SCRIPT>
function asd()
{
parent.document.title="A-Index";
}
</SCRIPT>
<BODY BGCOLOR="white" onload="asd();">

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../serialized-form.html"><FONT CLASS="NavBarFont1"><B>Serialized</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV LETTER&nbsp;
&nbsp;<A HREF="index-2.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-1.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT>  <!--  if(window==top) {    document.writeln('<A HREF="../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT><A HREF="../allclasses-noframe.html" TARGET=""><B>All Classes</B></A></NOSCRIPT></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<A NAME="main"></A>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">L</A> <A HREF="index-10.html">M</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">U</A> <A HREF="index-16.html">V</A> <A HREF="index-17.html">W</A> <A HREF="index-18.html">X</A> <A HREF="index-19.html">Y</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="../com/ibm/iwt/window/IWindowTitleBar.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> - 
Method in class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IWindowTitleBar.html">IWindowTitleBar</A>
<DD>Captures events from the title bar buttons and fires the appropriate window change event to the listeners
<DT><A HREF="../com/ibm/iwt/window/IWindowTitleBar.html#addAllWindowButtons()"><B>addAllWindowButtons()</B></A> - 
Method in class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IWindowTitleBar.html">IWindowTitleBar</A>
<DD>Adds all the window buttons that are default displayed in a Windows OS.
<DT><A HREF="../com/ibm/iwt/window/IWindowTitleBar.html#addAllWindowButtons(java.awt.Color, java.awt.Color)"><B>addAllWindowButtons(Color, Color)</B></A> - 
Method in class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IWindowTitleBar.html">IWindowTitleBar</A>
<DD>Adds all the window buttons that are default displayed in a Windows OS with the specified colors.
<DT><A HREF="../com/ibm/iwt/layout/GroupFlowLayout.html#addLayoutComponent(java.awt.Component, java.lang.Object)"><B>addLayoutComponent(Component, Object)</B></A> - 
Method in class com.ibm.iwt.layout.<A HREF="../com/ibm/iwt/layout/GroupFlowLayout.html">GroupFlowLayout</A>
<DD>Adds a component to the layout manager.
<DT><A HREF="../com/ibm/iwt/layout/GroupFlowLayout.html#addLayoutComponent(java.lang.String, java.awt.Component)"><B>addLayoutComponent(String, Component)</B></A> - 
Method in class com.ibm.iwt.layout.<A HREF="../com/ibm/iwt/layout/GroupFlowLayout.html">GroupFlowLayout</A>
<DD>Adds a component to this layout using the name only.
<DT><A HREF="../com/ibm/iwt/window/IWindowTitleBar.html#addLogo(javax.swing.Icon)"><B>addLogo(Icon)</B></A> - 
Method in class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IWindowTitleBar.html">IWindowTitleBar</A>
<DD>Adds a logo to the title bar on the left side.
<DT><A HREF="../com/ibm/iwt/window/IWindowTitleBar.html#addTitle(java.lang.String, int, java.awt.Font, java.awt.Color)"><B>addTitle(String, int, Font, Color)</B></A> - 
Method in class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IWindowTitleBar.html">IWindowTitleBar</A>
<DD>Adds a title to the title bar.
<DT><A HREF="../com/ibm/iwt/window/IWindowTitleBar.html#addWindowButton(int)"><B>addWindowButton(int)</B></A> - 
Method in class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IWindowTitleBar.html">IWindowTitleBar</A>
<DD>Adds a button on the title bar on the right side.
<DT><A HREF="../com/ibm/iwt/window/IWindowTitleBar.html#addWindowButton(int, java.awt.Color, java.awt.Color)"><B>addWindowButton(int, Color, Color)</B></A> - 
Method in class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IWindowTitleBar.html">IWindowTitleBar</A>
<DD>Adds a button on the title bar on the right side.
<DT><A HREF="../com/ibm/iwt/window/IWindowTitleBar.html#addWindowButton(int, int)"><B>addWindowButton(int, int)</B></A> - 
Method in class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IWindowTitleBar.html">IWindowTitleBar</A>
<DD>Adds a button on the title bar with the desired orientation on the title bar.
<DT><A HREF="../com/ibm/iwt/window/IWindowTitleBar.html#addWindowButton(com.ibm.iwt.window.IWindowButton)"><B>addWindowButton(IWindowButton)</B></A> - 
Method in class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IWindowTitleBar.html">IWindowTitleBar</A>
<DD>Adds a button on the title bar on the right side.
<DT><A HREF="../com/ibm/iwt/window/IWindowTitleBar.html#addWindowButton(com.ibm.iwt.window.IWindowButton, int)"><B>addWindowButton(IWindowButton, int)</B></A> - 
Method in class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IWindowTitleBar.html">IWindowTitleBar</A>
<DD>Adds a button on the title bar with the desired orientation on the title bar.
<DT><A HREF="../com/ibm/iwt/window/IBorderComponent.html#addWindowChangeListener(com.ibm.iwt.event.WindowChangeListener)"><B>addWindowChangeListener(WindowChangeListener)</B></A> - 
Method in class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IBorderComponent.html">IBorderComponent</A>
<DD>Adds a listener for WindowChangeEvents.
</DL>
<HR>

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../serialized-form.html"><FONT CLASS="NavBarFont1"><B>Serialized</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV LETTER&nbsp;
&nbsp;<A HREF="index-2.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-1.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT>  <!--  if(window==top) {    document.writeln('<A HREF="../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT><A HREF="../allclasses-noframe.html" TARGET=""><B>All Classes</B></A></NOSCRIPT></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">L</A> <A HREF="index-10.html">M</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">U</A> <A HREF="index-16.html">V</A> <A HREF="index-17.html">W</A> <A HREF="index-18.html">X</A> <A HREF="index-19.html">Y</A> <HR>

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -