[Japi-cvs] SF.net SVN: japi: [605] libs/swing-misc/trunk/src/net/sf/japi/swing/misc
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2007-09-09 11:56:07
|
Revision: 605 http://japi.svn.sourceforge.net/japi/?rev=605&view=rev Author: christianhujer Date: 2007-09-09 04:56:04 -0700 (Sun, 09 Sep 2007) Log Message: ----------- Fixed bug in swing misc with icon for JFileChooserButton not being found. Modified Paths: -------------- libs/swing-misc/trunk/src/net/sf/japi/swing/misc/JFileChooserButton.java Added Paths: ----------- libs/swing-misc/trunk/src/net/sf/japi/swing/misc/action.properties Modified: libs/swing-misc/trunk/src/net/sf/japi/swing/misc/JFileChooserButton.java =================================================================== --- libs/swing-misc/trunk/src/net/sf/japi/swing/misc/JFileChooserButton.java 2007-09-09 10:50:01 UTC (rev 604) +++ libs/swing-misc/trunk/src/net/sf/japi/swing/misc/JFileChooserButton.java 2007-09-09 11:56:04 UTC (rev 605) @@ -35,7 +35,7 @@ public class JFileChooserButton extends JButton { /** Action Builder. */ - private static final ActionBuilder ACTION_BUILDER = ActionBuilderFactory.getInstance().getActionBuilder("net.sf.japi.swing"); + private static final ActionBuilder ACTION_BUILDER = ActionBuilderFactory.getInstance().getActionBuilder("net.sf.japi.swing.misc"); /** The JTextField to read/write the file path to. * @serial include Added: libs/swing-misc/trunk/src/net/sf/japi/swing/misc/action.properties =================================================================== --- libs/swing-misc/trunk/src/net/sf/japi/swing/misc/action.properties (rev 0) +++ libs/swing-misc/trunk/src/net/sf/japi/swing/misc/action.properties 2007-09-09 11:56:04 UTC (rev 605) @@ -0,0 +1,20 @@ +# +# JAPI libs-swing-misc is a library that holds miscellaneous additions to Swing. +# Copyright (C) 2007 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 +# + +optionsChooseFile.icon=general/Open16 Property changes on: libs/swing-misc/trunk/src/net/sf/japi/swing/misc/action.properties ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + LF This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |