error list best practice?
I'm adding some better error reporting to my application. I want to show
the last few errors that have occurred. I'm considering maintaining a
Vector or LinkedList of recent errors, then displaying summaries in a JList
or JTable. Then a user could double click to get details on the error in a
JOptionPane.
Does someone have a better idea?
Thanks
--
Jeff
.
Relevant Pages
- Re: IE6 help index box
... > When I click on help and then click on "index" I get the error reporting ... > the page opens and there is a red x in the placeholder. ... Prev by Date: ... (microsoft.public.windows.inetexplorer.ie6.browser) - Re: Error Reporting
... please can someone explain why Error Reporting is still active on my ... > computer when I have been to Admin/Services and disabled it from running, ... > Regards Arthur ... Prev by Date: ... (microsoft.public.windowsxp.general) - Error Reporting
... please can someone explain why Error Reporting is still active on my ... computer when I have been to Admin/Services and disabled it from running, ... Regards Arthur ... Prev by Date: ... (microsoft.public.windowsxp.general) - Re: logging module question
... propagation of error reporting ... logger in the object hierarchy log the same output by default. ... Prev by Date: ... (comp.lang.python) - Re: $_SESSION not working
... >I'd wager it's something simple, but it's been a couple weeks and I can't ... Turn on full error reporting to save yourself time. ... Geoff Berrow 0110001001101100010000000110 ... Prev by Date: ... (alt.php) |
|