CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2005
    Posts
    37

    Question about using a Textfield from JavaFX instead of Swing

    Okay let's say I do not want to use the console to get user input. I could import Swing and use JTextField and get the user to input a number in that GUI component. My question is can I write code so I could import JavaFX instead of Swing and use a TextField from JavaFX instead of Swing? Can individual JavaFX GUI components be used by themselves?

  2. #2
    Join Date
    Mar 2005
    Posts
    37

    Re: Question about using a Textfield from JavaFX instead of Swing

    Anyone?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured