Changed the name of FileFinder to FileUtil
This commit is contained in:
parent
a9bc9997ca
commit
ce83415d1c
19 changed files with 315 additions and 59 deletions
|
|
@ -20,7 +20,7 @@ import javax.swing.WindowConstants;
|
|||
import javax.swing.GroupLayout.Alignment;
|
||||
import javax.swing.LayoutStyle.ComponentPlacement;
|
||||
|
||||
import zutil.FileFinder;
|
||||
import zutil.FileUtil;
|
||||
import zutil.MultiPrintStream;
|
||||
import zutil.struct.HistoryList;
|
||||
import zutil.ui.JImagePanel;
|
||||
|
|
@ -89,7 +89,7 @@ public class Wizard implements ActionListener{
|
|||
finish.addActionListener( this );
|
||||
|
||||
// Set the image in the sidebar
|
||||
sidebar.setImage(ImageIO.read( FileFinder.getInputStream( bg ) ));
|
||||
sidebar.setImage(ImageIO.read( FileUtil.getInputStream( bg ) ));
|
||||
|
||||
// add the first page
|
||||
pages.add( start );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue