pswing-1.0
swing 

所属分类Java编程
开发工具:Java
文件大小:353KB
下载次数:147
上传日期:2004-07-10 16:31:03
上 传 者yangyu
说明:  更方便的SWING
( More convenient SWING)

文件列表:
PSwing (0, 2003-08-12)
PSwing\bin (0, 2003-08-12)
PSwing\bin\pswing.jar (68108, 2003-08-12)
PSwing\build (0, 2003-08-12)
PSwing\build\build.xml (5111, 2003-08-11)
PSwing\docs (0, 2003-08-12)
PSwing\docs\allclasses-frame.html (3736, 2003-08-12)
PSwing\docs\allclasses-noframe.html (3426, 2003-08-12)
PSwing\docs\com (0, 2003-08-12)
PSwing\docs\com\pallas (0, 2003-08-12)
PSwing\docs\com\pallas\swing (0, 2003-08-12)
PSwing\docs\com\pallas\swing\color (0, 2003-08-12)
PSwing\docs\com\pallas\swing\color\ColorIcon.html (13726, 2003-08-12)
PSwing\docs\com\pallas\swing\color\ColorSelector.html (24239, 2003-08-12)
PSwing\docs\com\pallas\swing\color\package-frame.html (1064, 2003-08-12)
PSwing\docs\com\pallas\swing\color\package-summary.html (5731, 2003-08-12)
PSwing\docs\com\pallas\swing\color\package-tree.html (6030, 2003-08-12)
PSwing\docs\com\pallas\swing\date (0, 2003-08-12)
PSwing\docs\com\pallas\swing\date\DateComboBox.CBDate.html (12729, 2003-08-12)
PSwing\docs\com\pallas\swing\date\DateComboBox.DatePopup.html (35163, 2003-08-12)
PSwing\docs\com\pallas\swing\date\DateComboBox.html (35952, 2003-08-12)
PSwing\docs\com\pallas\swing\date\DateComboBox.MetalDateComboBoxUI.html (13307, 2003-08-12)
PSwing\docs\com\pallas\swing\date\DateComboBox.MotifDateComboBoxUI.html (13860, 2003-08-12)
PSwing\docs\com\pallas\swing\date\DateComboBox.WindowsDateComboBoxUI.html (13326, 2003-08-12)
PSwing\docs\com\pallas\swing\date\DateFocusListener.html (13240, 2003-08-12)
PSwing\docs\com\pallas\swing\date\DatePopup.html (31152, 2003-08-12)
PSwing\docs\com\pallas\swing\date\package-frame.html (1197, 2003-08-12)
PSwing\docs\com\pallas\swing\date\package-summary.html (6078, 2003-08-12)
PSwing\docs\com\pallas\swing\date\package-tree.html (7982, 2003-08-12)
PSwing\docs\com\pallas\swing\date\PDate.html (23709, 2003-08-12)
PSwing\docs\com\pallas\swing\demo (0, 2003-08-12)
PSwing\docs\com\pallas\swing\demo\DemoApplet.html (17447, 2003-08-12)
PSwing\docs\com\pallas\swing\demo\DemoFrame.html (21591, 2003-08-12)
PSwing\docs\com\pallas\swing\demo\DemoPanel.html (23779, 2003-08-12)
PSwing\docs\com\pallas\swing\demo\DemoPanel.NameValue.html (14499, 2003-08-12)
PSwing\docs\com\pallas\swing\demo\package-frame.html (1205, 2003-08-12)
PSwing\docs\com\pallas\swing\demo\package-summary.html (6049, 2003-08-12)
PSwing\docs\com\pallas\swing\demo\package-tree.html (6898, 2003-08-12)
PSwing\docs\com\pallas\swing\font (0, 2003-08-12)
PSwing\docs\com\pallas\swing\font\FontChooser.html (30036, 2003-08-12)
... ...

PSwing 1.0 Readme 08/11/2003 INTRODUCTION -------------------------------------------------- Thank you for downloading PSwing! PSwing contains a number of very useful Java Swing components that are simple to incorporate into your Java Swing applications. PSwing has no 3rd party dependencies. Just drop the pswing.jar into your classpath and you're ready to go. THE COMPONENTS -------------------------------------------------- PSwing includes the following components (please refer to the API documentation for complete information on each component): PComboBox --------- com.pallas.swing.pcombobox.PComboBox Our signature component. PComboBox is an enhanced JComboBox that behaves more like a typical GUI application combo box. The user types the viewable string of the item they want to select, and the closest match will be selected, instead of the default Java functionality which only looks at the first letter of each string in the list. Note: Remember that you must call buildIndex() on PComboBox after you have added all items. DateComboBox ------------ com.pallas.swing.date.DateComboBox An easy-to-use date component. Includes a popup date calendar. And provides a getDate() method to return the selected date as java.util.Date. PSearchCombo ------------ com.pallas.swing.psearchcombo.PSearchCombo An enhanced version of PComboBox. Contains all the functionality of PComboBox plus a "search" panel that allows the user to enter just a few letters to quickly narrow down a very long list. Check it out! Note: Remember that you must call buildIndex() on PSearchCombo after you have added all items. ColorSelector ------------- com.pallas.swing.color.ColorSelector A simple tool to allow users to select a color. Basically this is a JButton that displays a color. When the user clicks the button, a dialog that contains the JColorChooser pops up, allowing the user to change the color. getColor() method returns the selected color as java.awt.Color. FontSelector ------------ com.pallas.swing.font.FontSelector Simple component to allow users to select a font. Includes a PComboBox containing all font families on user's computer, plus components for size and bold/italic. Returns the selected font via getSelectedFont(). PIntField --------- com.pallas.swing.PIntField A JTextField optomized for int values. Will not let user enter a non-int value. No error message pops up, however. Simply re-sets to previous int value if user enters a non-int value. Also right-aligned by default. Returns int value through getInt() method. KNOWN ISSUE -------------------------------------------------- Please note that PSwing (especially PComboBox and DateComboBox) does not work properly under Java 1.4.0. This is not a bug in PSwing! It is a bug in the focus listener implementation in Java 1.4.0. PSwing has been thoroughly tested under Java 1.3 and 1.4.1. COPYRIGHT -------------------------------------------------- PSwing is copyright 2003 Pallas Technology (www.pallastechnology.com) and is released under the GNU Lesser General Public License. See license file for details.

近期下载者

相关文件

评论我要评论

收藏者