rename packages 2

This commit is contained in:
huangyuhui
2016-01-30 10:48:22 +08:00
parent da0cc62f16
commit 587abda389
58 changed files with 105 additions and 104 deletions

View File

@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program.
*/
package org.jackhuang.hellominecraft.lookandfeel.components;
package org.jackhuang.hellominecraft.lookandfeel.comp;
import java.awt.Color;
import org.jackhuang.hellominecraft.lookandfeel.GraphicsUtils;

View File

@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program.
*/
package org.jackhuang.hellominecraft.lookandfeel.components;
package org.jackhuang.hellominecraft.lookandfeel.comp;
/**
*

View File

@@ -18,7 +18,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.jackhuang.hellominecraft.lookandfeel.painters;
package org.jackhuang.hellominecraft.lookandfeel.painter;
import java.awt.Color;
import java.awt.Graphics;
@@ -31,7 +31,7 @@ import javax.swing.plaf.synth.SynthConstants;
import javax.swing.plaf.synth.SynthContext;
import javax.swing.plaf.synth.SynthPainter;
import org.jackhuang.hellominecraft.lookandfeel.GraphicsUtils;
import org.jackhuang.hellominecraft.lookandfeel.components.ConstomButton;
import org.jackhuang.hellominecraft.lookandfeel.comp.ConstomButton;
/**
* ButtonPainter - handles painting Nimbus style buttons with Java2D

View File

@@ -18,7 +18,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.jackhuang.hellominecraft.lookandfeel.painters;
package org.jackhuang.hellominecraft.lookandfeel.painter;
import org.jackhuang.hellominecraft.lookandfeel.GraphicsUtils;

View File

@@ -18,7 +18,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.jackhuang.hellominecraft.lookandfeel.painters;
package org.jackhuang.hellominecraft.lookandfeel.painter;
import javax.swing.plaf.synth.SynthContext;
import javax.swing.plaf.synth.SynthPainter;