Can someone be off assistance? We're trying to input/output some patients data in a hypothetical form. The records display sequentially & can be retrieved from a data store.......... ......This must be coded in BLUeJ using SWing. Thanks
INPUT OUTPUT with gui
Collapse
X
-
Tags: None
-
post the code you have so far indicating the problems you have and we will see if we can help!Originally posted by lenin42001Can someone be off assistance? We're trying to input/output some patients data in a hypothetical form. The records display sequentially & can be retrieved from a data store.......... ......This must be coded in BLUeJ using SWing. Thanks -
You will need to use JFrames and JTexfields. Do you know anything about them?Originally posted by lenin42001Can someone be off assistance? We're trying to input/output some patients data in a hypothetical form. The records display sequentially & can be retrieved from a data store.......... ......This must be coded in BLUeJ using SWing. ThanksComment
-
Yes. I know they are Swing components. It s not the retrieving text from file or jpeg, gif images that s the problem, but displaying them in order.........t hanks anyway,,,,,Originally posted by r035198xYou will need to use JFrames and JTexfields. Do you know anything about them?Comment
-
try working thru the Sun GUI tutorialOriginally posted by lenin42001Yes. I know they are Swing components. It s not the retrieving text from file or jpeg, gif images that s the problem, but displaying them in order.........t hanks anyway,,,,,
http://java.sun.com/docs/books/tutorial/uiswing/Comment
Comment