This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 68925 - JForm PaseInt error
Summary: JForm PaseInt error
Status: RESOLVED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: Sun Linux
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-18 10:47 UTC by jenikya
Modified: 2005-11-30 11:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jenikya 2005-11-18 10:47:52 UTC
I've got an Object that I convert into a string and then from a string into an
INt. The application runs fine and displays okay when I run my jform, but when I
open my JFrom in design mode, it locks up. I've tested it. It seems to be
whollly dependent on one line:
int priorityAsInt = Integer.parseInt(priorityAsString); 

(The Object I am eventually turning into an int is a tablebean --> 
Object priority = table.getValueAt(row, col); )

Why does this run and compile fine, but when I try to view in design mode in a
JForm, it locks completely up and makes it unreadable?
Comment 1 Tomas Stupka 2005-11-21 16:23:15 UTC
could you, please, attach the corresponding .java and .form files. Thank you in
advance.
Comment 2 Jan Stola 2005-11-30 11:56:40 UTC
No additional information provided => closing as works for me.