Functions | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Functions

How can I make a program that does functions graphically and is not html or php? (Preferably in C # or Java)

24th Jun 2017, 6:01 PM
Paolo Torregroza
Paolo Torregroza - avatar
5 Answers
+ 5
You could use Jframe/stuff from Java Swing or JavaFX. In C# you can use forms or WPF. https://msdn.microsoft.com/en-us/library/ms228365(v=vs.90).aspx Or even an Engine like Unity (C#). (Not for making the UI but displaying it) Just keep in mind you cannot use UI on code playground with these languages.
24th Jun 2017, 6:23 PM
Rrestoring faith
Rrestoring faith - avatar
+ 3
I do not know, that's why I ask
24th Jun 2017, 6:17 PM
Paolo Torregroza
Paolo Torregroza - avatar
+ 2
Do you mean with JFrame?
24th Jun 2017, 6:06 PM
Limitless
Limitless - avatar
+ 2
I'd suggest getting an IDE where you can create a GUI, like Netbeans or Eclipse
24th Jun 2017, 6:22 PM
Limitless
Limitless - avatar
+ 1
JFrame is used to make interfaces with buttons, text inputs, labels, Menu bars etc. This can be used to make an interactive form. Like a useable application
24th Jun 2017, 6:22 PM
Limitless
Limitless - avatar