[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Re: FatJar
|
Hi David!
private JButton open = new JButton("", new ImageIcon("Open.jpg"));
I tried to do this:
Junk.class.getResourceAsStream("Open.jpg")));
but id didnt work..when I am selecting files for fatjar i cant se any jpg
files or html files there...what is Export Ant doing??is it not an easier
way to select jpg and html files into the jar file i create?