Results 1 to 3 of 3
Thread: Trying to understand this code
- 09-09-2009, 06:05 PM #1
Member
- Join Date
- Aug 2009
- Posts
- 60
- Rep Power
- 0
Trying to understand this code
Can I assume that the following code will bring up a dialog, with an error message if the "dialogThrowables" contains at least 1 throwable?
ArrayList<Throwable> dialogThrowables = new ArrayList<Throwable>();
if (!dialogThrowables.isEmpty())
{
context.showErrorDialog(FaultBarrier.errorMessage) ;
}
- 09-09-2009, 06:43 PM #2
- 09-09-2009, 07:18 PM #3
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
Similar Threads
-
Help me understand this method
By VinceGuad in forum New To JavaReplies: 4Last Post: 04-11-2009, 01:00 AM -
Help me to understand the problem
By ron87 in forum New To JavaReplies: 1Last Post: 03-25-2009, 04:34 PM -
I don´t understand
By Manikyr in forum New To JavaReplies: 6Last Post: 02-22-2009, 11:22 PM -
help me need to understand queries
By hossainsadd in forum JDBCReplies: 1Last Post: 05-26-2008, 12:02 AM -
Errors I don't understand
By MattyB in forum New To JavaReplies: 4Last Post: 04-01-2008, 11:55 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks