• user warning: Table './avideotutorial/votingapi_vote' is marked as crashed and last (automatic?) repair failed query: SELECT * FROM votingapi_vote v WHERE 1 = 1 AND v.content_type = 'node' AND v.content_id = 404 AND v.tag = 'upndown' AND v.uid = 0 AND v.vote_source = '3.235.42.157' AND v.timestamp >= 1710832016 in /data/avideotutorial/sites/all/modules/votingapi/votingapi.module on line 557.
  • user warning: Table './avideotutorial/votingapi_vote' is marked as crashed and last (automatic?) repair failed query: SELECT * FROM votingapi_vote v WHERE 1 = 1 AND v.content_type = 'node' AND v.content_id = 404 AND v.tag = 'upndown' AND v.uid = 0 AND v.vote_source = '3.235.42.157' AND v.timestamp >= 1710832016 in /data/avideotutorial/sites/all/modules/votingapi/votingapi.module on line 557.

Java Programming Tutorial - 51 - GUI with JFrame


Java Programming Tutorial by thenewboston
Learn the basic of using JFrame


See video

video list

Comments

that designing a gui in C++

that designing a gui in C++ is done with the Windows API. But this is the dirty way of doing it. if you are using C++ Builder then it's slipmy dragging and dropping controls on a form and writing code of how each control should respond through events. Visual Studio also has such editor C# maybe also for C++. you could also use a library like wxWidgets with and edit the GUI with wxFormBuilder. But the best that is out there is probably QT Creator which is a complete IDE.

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options