Skip to content

Commit

Permalink
1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
REDX36 committed Feb 8, 2013
1 parent 68be917 commit eebc4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/soartex/texture_patcher/Texture_Patcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ protected void loadFiles () throws Texture_Patcher_Exception {

final JProgressBar progress = new JProgressBar(SwingConstants.HORIZONTAL);

progress.setStringPainted(true);
progress.setIndeterminate(true);
loadingFrame.add(progress, gbc);

gbc = new GridBagConstraints();
Expand Down

0 comments on commit eebc4fd

Please sign in to comment.