How to use GUI in c language?Which is best GUI for c?

Need advice on GUI to use in Java?

  • I have a blackjack game I created which is text-based. I made it into a executable .jar file but it doesn't has any GUI to display the text that is displayed in the console window of the IDE I am using which is Eclipse. I'm not too familiar with graphics so how would I just make a GUI which it can act like a console window where my text can just transfer over so that it will be able to be displayed when I run the jar file. Thanks!

  • Answer:

    You want to use Java Swing which is probably too much info to cover here. You can create a JTextArea and call append() on it rather than calling System.out.println().

H M O O B Y A J at Yahoo! Answers Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.