Skip to content

Commit

Permalink
[FIX][EXPERIMENTAL] Fxml classloader
Browse files Browse the repository at this point in the history
  • Loading branch information
gravit0 committed Nov 26, 2023
1 parent cf45aa1 commit 165f101
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public FXMLLoader newLoaderInstance(URL url) {
return null;
}
loader.setCharset(IOHelper.UNICODE_CHARSET);
loader.setClassLoader(FXMLFactory.class.getClassLoader());
return loader;
}

Expand Down

0 comments on commit 165f101

Please sign in to comment.