Fixed le booch.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3802 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -50,7 +50,7 @@ import com.threerings.jme.JmeApp;
|
|||||||
public class JabberApp extends JmeApp
|
public class JabberApp extends JmeApp
|
||||||
{
|
{
|
||||||
/** Used to configure our user interface. */
|
/** Used to configure our user interface. */
|
||||||
public BStyleSheet stylesheet;
|
public static BStyleSheet stylesheet;
|
||||||
|
|
||||||
// documentation inherited
|
// documentation inherited
|
||||||
public boolean init ()
|
public boolean init ()
|
||||||
@@ -147,7 +147,7 @@ public class JabberApp extends JmeApp
|
|||||||
|
|
||||||
// load up the default BUI stylesheet
|
// load up the default BUI stylesheet
|
||||||
try {
|
try {
|
||||||
InputStream stin = getClass().getClassLoader().
|
InputStream stin = JabberApp.class.getClassLoader().
|
||||||
getResourceAsStream("rsrc/style.bss");
|
getResourceAsStream("rsrc/style.bss");
|
||||||
stylesheet = new BStyleSheet(
|
stylesheet = new BStyleSheet(
|
||||||
new InputStreamReader(stin),
|
new InputStreamReader(stin),
|
||||||
|
|||||||
Reference in New Issue
Block a user