Thread: [Japi-cvs] SF.net SVN: japi:[666] libs/swing-misc/trunk
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2008-10-07 18:40:58
|
Revision: 666 http://japi.svn.sourceforge.net/japi/?rev=666&view=rev Author: christianhujer Date: 2008-10-07 18:40:53 +0000 (Tue, 07 Oct 2008) Log Message: ----------- Added doc and tst directories. Modified Paths: -------------- libs/swing-misc/trunk/libs-swing-misc.iml Added Paths: ----------- libs/swing-misc/trunk/src/doc/ libs/swing-misc/trunk/src/tst/ Modified: libs/swing-misc/trunk/libs-swing-misc.iml =================================================================== --- libs/swing-misc/trunk/libs-swing-misc.iml 2008-10-07 18:38:13 UTC (rev 665) +++ libs/swing-misc/trunk/libs-swing-misc.iml 2008-10-07 18:40:53 UTC (rev 666) @@ -3,7 +3,9 @@ <component name="NewModuleRootManager" inherit-compiler-output="true"> <exclude-output /> <content url="file://$MODULE_DIR$"> + <sourceFolder url="file://$MODULE_DIR$/src/doc" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/src/prj" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/src/tst" isTestSource="true" /> </content> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2009-02-14 21:27:03
|
Revision: 818 http://japi.svn.sourceforge.net/japi/?rev=818&view=rev Author: christianhujer Date: 2009-02-14 21:27:02 +0000 (Sat, 14 Feb 2009) Log Message: ----------- Updated copyright statements in source code. Modified Paths: -------------- libs/swing-misc/trunk/build.xml libs/swing-misc/trunk/module.properties libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/CollectionsListModel.java libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/ConsoleProgress.java libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JFileChooserButton.java libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JFileField.java libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JSAXErrorHandler.java libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/LocaleListCellRenderer.java libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/Progress.java libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/ProgressDisplay.java libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/SwingUtilities2.java libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/action.properties Modified: libs/swing-misc/trunk/build.xml =================================================================== --- libs/swing-misc/trunk/build.xml 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/build.xml 2009-02-14 21:27:02 UTC (rev 818) @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - ~ JAPI libs-swing-misc is a library that holds miscellaneous additions to Swing. - ~ Copyright (C) 2007 Christian Hujer. + ~ Copyright (C) 2009 Christian Hujer. ~ ~ This library is free software; you can redistribute it and/or ~ modify it under the terms of the GNU Lesser General Public Modified: libs/swing-misc/trunk/module.properties =================================================================== --- libs/swing-misc/trunk/module.properties 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/module.properties 2009-02-14 21:27:02 UTC (rev 818) @@ -1,6 +1,5 @@ # -# JAPI libs-swing-misc is a library that holds miscellaneous additions to Swing. -# Copyright (C) 2007 Christian Hujer. +# Copyright (C) 2009 Christian Hujer. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public Modified: libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/CollectionsListModel.java =================================================================== --- libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/CollectionsListModel.java 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/CollectionsListModel.java 2009-02-14 21:27:02 UTC (rev 818) @@ -1,6 +1,5 @@ /* - * JAPI libs-swing-misc is a library that holds miscellaneous additions to Swing. - * Copyright (C) 2007 Christian Hujer. + * Copyright (C) 2009 Christian Hujer. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Modified: libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/ConsoleProgress.java =================================================================== --- libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/ConsoleProgress.java 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/ConsoleProgress.java 2009-02-14 21:27:02 UTC (rev 818) @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2009 Christian Hujer. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + package net.sf.japi.swing.misc; import java.awt.Component; Modified: libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JFileChooserButton.java =================================================================== --- libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JFileChooserButton.java 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JFileChooserButton.java 2009-02-14 21:27:02 UTC (rev 818) @@ -1,6 +1,5 @@ /* - * JAPI libs-swing-misc is a library that holds miscellaneous additions to Swing. - * Copyright (C) 2007 Christian Hujer. + * Copyright (C) 2009 Christian Hujer. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Modified: libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JFileField.java =================================================================== --- libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JFileField.java 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JFileField.java 2009-02-14 21:27:02 UTC (rev 818) @@ -1,6 +1,5 @@ /* - * JAPI libs-swing-misc is a library that holds miscellaneous additions to Swing. - * Copyright (C) 2007 Christian Hujer. + * Copyright (C) 2009 Christian Hujer. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Modified: libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JSAXErrorHandler.java =================================================================== --- libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JSAXErrorHandler.java 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JSAXErrorHandler.java 2009-02-14 21:27:02 UTC (rev 818) @@ -1,6 +1,5 @@ /* - * JAPI libs-swing-misc is a library that holds miscellaneous additions to Swing. - * Copyright (C) 2007 Christian Hujer. + * Copyright (C) 2009 Christian Hujer. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Modified: libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/LocaleListCellRenderer.java =================================================================== --- libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/LocaleListCellRenderer.java 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/LocaleListCellRenderer.java 2009-02-14 21:27:02 UTC (rev 818) @@ -1,6 +1,5 @@ /* - * JAPI libs-swing-misc is a library that holds miscellaneous additions to Swing. - * Copyright (C) 2007 Christian Hujer. + * Copyright (C) 2009 Christian Hujer. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Modified: libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/Progress.java =================================================================== --- libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/Progress.java 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/Progress.java 2009-02-14 21:27:02 UTC (rev 818) @@ -1,6 +1,5 @@ /* - * JAPI libs-swing-misc is a library that holds miscellaneous additions to Swing. - * Copyright (C) 2007 Christian Hujer. + * Copyright (C) 2009 Christian Hujer. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Modified: libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/ProgressDisplay.java =================================================================== --- libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/ProgressDisplay.java 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/ProgressDisplay.java 2009-02-14 21:27:02 UTC (rev 818) @@ -1,6 +1,5 @@ /* - * JAPI libs-swing-misc is a library that holds miscellaneous additions to Swing. - * Copyright (C) 2007 Christian Hujer. + * Copyright (C) 2009 Christian Hujer. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Modified: libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/SwingUtilities2.java =================================================================== --- libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/SwingUtilities2.java 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/SwingUtilities2.java 2009-02-14 21:27:02 UTC (rev 818) @@ -1,21 +1,19 @@ -/* JAPI - (Yet another (hopefully) useful) Java API +/* + * Copyright (C) 2009 Christian Hujer. * - * Copyright (C) 2004-2006 Christian Hujer + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. + * Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ package net.sf.japi.swing.misc; Modified: libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/action.properties =================================================================== --- libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/action.properties 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/action.properties 2009-02-14 21:27:02 UTC (rev 818) @@ -1,6 +1,5 @@ # -# JAPI libs-swing-misc is a library that holds miscellaneous additions to Swing. -# Copyright (C) 2007 Christian Hujer. +# Copyright (C) 2009 Christian Hujer. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2009-05-21 14:22:32
|
Revision: 1300 http://japi.svn.sourceforge.net/japi/?rev=1300&view=rev Author: christianhujer Date: 2009-05-21 13:50:21 +0000 (Thu, 21 May 2009) Log Message: ----------- Add import which was missing for documentation. Modified Paths: -------------- libs/swing-misc/trunk/libs-swing-misc.iml libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JFileField.java Modified: libs/swing-misc/trunk/libs-swing-misc.iml =================================================================== --- libs/swing-misc/trunk/libs-swing-misc.iml 2009-05-21 13:43:35 UTC (rev 1299) +++ libs/swing-misc/trunk/libs-swing-misc.iml 2009-05-21 13:50:21 UTC (rev 1300) @@ -43,7 +43,7 @@ <option name="lenBefore" value="80" /> <option name="lenAfter" value="80" /> <option name="box" value="false" /> - <option name="filler" value=" " /> + <option name="filler" value="$TEMPLATE$" /> </value> </option> <option name="notice" value="JAPI libs-swing-misc is a library that holds miscellaneous additions to Swing. Copyright (C) &#36;today.year Christian Hujer. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA" /> @@ -64,7 +64,7 @@ <option name="lenBefore" value="80" /> <option name="lenAfter" value="80" /> <option name="box" value="false" /> - <option name="filler" value=" " /> + <option name="filler" value="$TEMPLATE$" /> </value> </option> <option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." /> @@ -85,7 +85,7 @@ <option name="lenBefore" value="80" /> <option name="lenAfter" value="80" /> <option name="box" value="false" /> - <option name="filler" value=" " /> + <option name="filler" value="$TEMPLATE$" /> </value> </option> <option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." /> @@ -106,7 +106,7 @@ <option name="lenBefore" value="80" /> <option name="lenAfter" value="80" /> <option name="box" value="false" /> - <option name="filler" value=" " /> + <option name="filler" value="$TEMPLATE$" /> </value> </option> <option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." /> @@ -127,7 +127,7 @@ <option name="lenBefore" value="80" /> <option name="lenAfter" value="80" /> <option name="box" value="false" /> - <option name="filler" value=" " /> + <option name="filler" value="$TEMPLATE$" /> </value> </option> <option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." /> @@ -148,7 +148,7 @@ <option name="lenBefore" value="80" /> <option name="lenAfter" value="80" /> <option name="box" value="false" /> - <option name="filler" value=" " /> + <option name="filler" value="$TEMPLATE$" /> </value> </option> <option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." /> @@ -169,7 +169,7 @@ <option name="lenBefore" value="80" /> <option name="lenAfter" value="80" /> <option name="box" value="false" /> - <option name="filler" value=" " /> + <option name="filler" value="$TEMPLATE$" /> </value> </option> <option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." /> @@ -190,7 +190,7 @@ <option name="lenBefore" value="80" /> <option name="lenAfter" value="80" /> <option name="box" value="false" /> - <option name="filler" value=" " /> + <option name="filler" value="$TEMPLATE$" /> </value> </option> <option name="notice" value="Copyright (c) &#36;today.year, Your Corporation. All Rights Reserved." /> Modified: libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JFileField.java =================================================================== --- libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JFileField.java 2009-05-21 13:43:35 UTC (rev 1299) +++ libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JFileField.java 2009-05-21 13:50:21 UTC (rev 1300) @@ -22,6 +22,7 @@ import javax.swing.JComponent; import javax.swing.JLabel; import javax.swing.JTextField; +import javax.swing.JFileChooser; /** Component for selecting a file. * @author <a href="mailto:ch...@ri...">Christian Hujer</a> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |