Re: Request for new tutorials (jProgressBar, ProgressMonitor)
Thomas Kellerer <[email protected]>
| Newsgroups | gmane.comp.java.ide.netbeans.user,gmane.comp.java.netbeans.general,gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <[email protected]> |
Alpesh Khunt, 15.04.2008 11:26: > Dear All, > > Can someone please write complete tutorials in NetBeans.Org/a blog/guide > me demonstrating How to implement the jProgressBar, ProgressMonitor as > well as ProgressMonitorInputStream in a Java/Swing Application? > > For the last couple of days, I've been trying to add a ProgessBar in one > of my bulk mailing utility. But I'm not able to achieve it. May be i'm > lacking proper knowledge about Swing. > I think the NetBeans mailing lists are the wrong place to ask for such a tutorial. This is a Swing related problem and (as far as I can tell) has nothing to do with using the IDE (which is what the mailing lists are for) Did you check out the tutorials on http://java.sun.com ? Thomas