Changeset 833


Ignore:
Timestamp:
02/04/14 23:15:31 (10 years ago)
Author:
ngw8
Message:

Forgot to uncomment line in previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/widgets/JfxBrowser.java

    r829 r833  
    238238                        final Scene scene = new Scene(mainLayout);
    239239                       
    240                         final String cssPath = "file:///G:/Programming/Expeditee/Expeditee/src/org/expeditee/assets/style/jfx.css"; // ClassLoader.getSystemResource("org/expeditee/assets/style/jfx.css").toString();
     240                        final String cssPath = ClassLoader.getSystemResource("org/expeditee/assets/style/jfx.css").toString();
    241241                        scene.getStylesheets().add(cssPath);
    242242               
Note: See TracChangeset for help on using the changeset viewer.