X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2FFont.java;fp=src%2Forg%2Fxwt%2FFont.java;h=2744f0e11b105b7bf3c3ccd9f86916933272d48a;hp=ae9a7d36ce528da1281d3c5d17d78963726793ee;hb=3591b88b94a6bb378af3d4abe6eb5233ce583104;hpb=de378041d5ca2aca1a2b5a31ef15ae90a86c977f diff --git a/src/org/xwt/Font.java b/src/org/ibex/Font.java similarity index 98% rename from src/org/xwt/Font.java rename to src/org/ibex/Font.java index ae9a7d3..2744f0e 100644 --- a/src/org/xwt/Font.java +++ b/src/org/ibex/Font.java @@ -1,9 +1,7 @@ // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] -package org.xwt; +package org.ibex; import org.xwt.translators.*; -import org.xwt.util.*; -import org.xwt.js.*; -import java.util.*; +import org.ibex.util.*; import java.io.*; // FEATURE: this could be cleaner