jsf、swing的官方指南

源代码在线查看: examples.html

软件大小: 2425 K
上传用户: tanhua1981
关键词: swing jsf
下载地址: 免注册下载 普通下载 VIP

相关代码

																    				        Trail: Creating a GUI with JFC/Swing: Examples (The Java™ Tutorials)								    .FigureCaption   { 				        margin-left: 1in; 				        margin-right: 1in; 				        font-family: sans-serif; 				        font-size: smaller; 				        text-align: justify;				    }				    #TopBar_bl {				        background: url(../images/java_bar_bl.gif) 0 100% no-repeat;				        width: 100%;				        height: 60px;				    }				    #TopBar_br {				        background: url(../images/java_bar_br.gif) 100% 100% no-repeat;				        width: 100%;				        height: 60px;				    }				    #TopBar_tl {				        background: url(../images/java_bar_tl.gif) 0 0 no-repeat;				        width: 100%;				        height: 60px;				    }				    #TopBar_tr {				        background: url(../images/java_bar_tr.gif) 100% 0 no-repeat;				        width: 100%;				        height: 60px;				    }				    #TopBar {				        background: #35556B url(../images/java_bar.gif);				        margin: 10px 10px 0 10px;				        height:60px;				        min-width:700px;				        color: white;				        font-family: sans-serif; 				        font-weight: bold;				    }				    @media print {				        #BreadCrumbs, #Download {				            display: none;				        }				    }				    #TopBar_right {				        line-height: 14px;				        float: right;				        padding-top: 2px;				        padding-right: 30px;				        text-align: center;				    }				    @media print {				        #TopBar_right {				            display: none;				        }				    }				    #TopBar_right a {				        font-size: 12px;				        margin: 3px;				        padding: 0;				    }				    #TopBar a:visited, #TopBar a:link {				        color: white;				        text-decoration: none;				    }				    #TopBar a:hover, #TopBar a:active  {				        background-color: white;				        color: #35556B;				    }				    #BreadCrumbs {				        padding: 4px 5px 0.5em 0;				        font-family: sans-serif; 				        float: right;				    }				    #BreadCrumbs a {				        color: blue;				    }				    #BreadCrumbs a:visited, #BreadCrumbs a:link {				        text-decoration: none;				    }				    #BreadCrumbs a:hover, #BreadCrumbs a:active {				        text-decoration: underline;				    }				    #PageTitle {				        margin: 0 5px 0.5em 0;				        color: #E76F00;				        font-family: sans-serif; 				        font-weight: bold;				        font-size: 20px;				    }				    .LeftBar_shown {				        width: 13em;				        float: left;				        margin-left: 10px;				        margin-top: 4px;				        margin-bottom: 2em;				    }				    @media print {				        .LeftBar_shown {				            display: none;				        }				    }				    .LeftBar_hidden {				        display: none;				    }				    #Footer {				        padding-top: 10px;				        padding-left: 10px;				        margin-right: 10px;				    }				    .NavBit  {				        padding: 4px 5px 0.5em 0;				        font-family: sans-serif; 				    }				    @media print {				        .NavBit {				            display: none;				        }				    }				    #TagNotes {				        text-align: right;				        font-size: smaller;				        font-family: sans-serif; 				    }				    @media print {				        #TagNotes a:visited, #TagNotes a:link {				            color: #35556B;				            text-decoration: none;				        }				    }				    #Contents a, .NavBit a, #TagNotes a {				        color: blue				    }				    #TagNotes a:visited, #TagNotes a:link,				    #Contents a:visited, #Contents a:link,				    .NavBit a:visited, .NavBit a:link {				        text-decoration: none;				    }				    #TagNotes a:hover, #TagNotes a:active,   				    #Contents a:hover, #Contents a:active,   				    .NavBit a:hover, .NavBit a:active {  				        text-decoration: underline;				    }				    #Contents {				        float: left;				        font-family: sans-serif; 				    }				    @media print {				        #Contents {				            display: none;				        }				    }				    @media screen {				        div.PrintHeaders {				            display: none;				        }				    }				    .linkLESSON, .nolinkLESSON {				        margin-left: 0.5em;				        text-indent: -0.5em				    }				    .linkAHEAD, .nolinkAHEAD, .linkQUESTIONS, .nolinkQUESTIONS   {				        margin-left: 1.5em; 				        text-indent: -0.5em				    }				    .linkBHEAD, .nolinkBHEAD   {				        margin-left: 2.5em;				        text-indent: -0.5em				    }				    .linkCHEAD, .nolinkCHEAD   {				        margin-left: 3.5em;				        text-indent: -0.5em				    }				    .nolinkLESSON, .nolinkAHEAD, .nolinkBHEAD, .nolinkCHEAD,				    .nolinkQUESTIONS {				        font-weight: bold;				        color: #E76F00;				    }				    .MainFlow_indented {				        margin-right: 10px;				        margin-left: 15em;				        margin-bottom: 2em;								    }				    .MainFlow_wide {				        margin-right: 10px;				        margin-left: 10px;				        margin-bottom: 2em;								    }				    @media print {				        .MainFlow_indented, .MainFlow_wide {				            padding-top: 0;				            margin-top: 10px;				            margin-right: 10px;				            margin-left: 0;				        }				    }				    h3, h4, h5 {				        color: #E76F00;				        font-family: sans-serif;				    }				    #ToggleLeft {				        display: none;				    }								    /t												    								         				                     				                            				                                href="http://java.sun.com/javase/6/download.jsp">Download				                                the JDK				                            				                            Search the				                                Tutorials				                     				                    								    				        				            Home Page				        				        				            « Previous				            •				            Trail				            •				            Next »				        				        Trail: Creating a GUI with JFC/Swing: Examples				        												The following list has links to 				the examples indexes for every lesson in this trail.				The indexes have links to the files required for each example,				as well as to where each example is discussed.				The indexes also let you run the examples using 				JavaTM Web Start.				If you want to download all the examples at once,				you can get them by downloading the				Tutorial Examples bundle.																				Getting Started with Swing				Learning Swing by Example				Using Swing Components				Using Other Swing Features				Laying Out Components Within				          a Container				Writing Event Listeners				Performing Custom Painting																The examples listed in each examples index				compile and run under Java SE release 6.								        				    				        « Previous				        •				        TOC				        •				        Next »								    				    				    								    Problems with the examples? Try 				        href=../information/run-examples.html>Compiling and Running				        the Examples: FAQs.				    				    Complaints? Compliments? Suggestions? 				        href="http://developer.sun.com/contact/tutorial_feedback.jsp">Give				    us your feedback.								    Copyright				    1995-2006 Sun Microsystems, Inc.  All rights reserved.				    				 								    				    				        Previous page: 				        Next page: 				    				    				 							

相关资源