Re: Display image selected from JFileChooser
- From: pillemi@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
- Date: Mon, 14 Jun 2010 12:52:41 +0200
jimmy <jimmy.cullen@xxxxxxxxx> writes:
<snip>
One common way of debugging is reading the eror stack; and
fixing the lines with errors iteratively.
For example..
If you get a null pointer exception on line 10; you go to line 10 and
work out which object is null and resolve that.
You can ten rerun your program until you get no errors.
You can then fix your functional errors.
After that you can refactor etc...
--
ilAn
.
- References:
- Display image selected from JFileChooser
- From: jimmy
- Re: Display image selected from JFileChooser
- From: John B. Matthews
- Re: Display image selected from JFileChooser
- From: John B. Matthews
- Re: Display image selected from JFileChooser
- From: jimmy
- Re: Display image selected from JFileChooser
- From: jimmy
- Display image selected from JFileChooser
- Prev by Date: [JUnit + EasyMock] How to check, did mock method was call correct?
- Next by Date: Re: Best way to halt Java process?
- Previous by thread: Re: Display image selected from JFileChooser
- Next by thread: Re: Display image selected from JFileChooser
- Index(es):
Relevant Pages
|