jdk/src/share/demo/jfc/Metalworks/resources/HelpFiles/swing.html
author mrkam
Thu, 24 Mar 2011 18:15:51 +0100
changeset 8961 6e8562ef340d
parent 2 90ce3da70b43
permissions -rw-r--r--
7027696: /jfc/Metalworks demo needs to be improved Reviewed-by: rupashka
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
<HTML>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
<HEAD>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
  <META NAME="GENERATOR" CONTENT="Adobe PageMill 2.0 Mac">
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
  <TITLE>About Swing</TITLE>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
</HEAD>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
<BODY>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
8961
6e8562ef340d 7027696: /jfc/Metalworks demo needs to be improved
mrkam
parents: 2
diff changeset
     8
    <H1><IMG alt="About Swing"  SRC="duke.gif" WIDTH="98" HEIGHT="98" ALIGN="MIDDLE">About Swing</H1>
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
<P>&nbsp;</P>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
<P>The Swing components are written in Java, without window-system-specific
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
code. This facilitates a customizable look and feel without relying on the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
native windowing system, and simplifies the deployment of applications.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
Swing also supports a pluggable look and feel architecture. This feature
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
will give users the ability to switch the look and feel of an application
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
without restarting it and without the developer having to subclass the entire
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
component set.</P>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
8961
6e8562ef340d 7027696: /jfc/Metalworks demo needs to be improved
mrkam
parents: 2
diff changeset
    20
<P><A HREF="toc.html"><IMG alt="Back"  SRC="back.gif" WIDTH="42" HEIGHT="22" ALIGN="BOTTOM" BORDER="0">Back</A>
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
</BODY>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
</HTML>