INPUT OUTPUT with gui

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lenin42001
    New Member
    • Jan 2007
    • 29

    #1

    INPUT OUTPUT with gui

    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
  • horace1
    Recognized Expert Top Contributor
    • Nov 2006
    • 1510

    #2
    Originally posted by lenin42001
    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
    post the code you have so far indicating the problems you have and we will see if we can help!

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Originally posted by lenin42001
      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
      You will need to use JFrames and JTexfields. Do you know anything about them?

      Comment

      • lenin42001
        New Member
        • Jan 2007
        • 29

        #4
        Originally posted by r035198x
        You will need to use JFrames and JTexfields. Do you know anything about them?
        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,,,,,

        Comment

        • horace1
          Recognized Expert Top Contributor
          • Nov 2006
          • 1510

          #5
          Originally posted by lenin42001
          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,,,,,
          try working thru the Sun GUI tutorial
          http://java.sun.com/docs/books/tutorial/uiswing/

          Comment

          Working...