Colby-CPU-Sim / CPUSim

GNU General Public License v3.0
52 stars 18 forks source link

FXML files are not loaded on Linux because they are case sensitive #101

Closed moirage closed 7 years ago

moirage commented 7 years ago

FXML file loading is case sensitive on Linux. The application will not start because FXML files begin with a capital and most are loaded with a lowercase file name.

Nava2 commented 7 years ago

I've actually fixed most of these now.