+ 4
Functions
How can I make a program that does functions graphically and is not html or php? (Preferably in C # or Java)
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.
+ 3
I do not know, that's why I ask
+ 2
Do you mean with JFrame?
+ 2
I'd suggest getting an IDE where you can create a GUI, like Netbeans or Eclipse
+ 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