Skip to main content

Questions tagged [gui]

This tag is for all questions related to teaching Graphical User Interfaces (GUI) in any environment. The tag can be used for questions of teaching both design and development.

Filter by
Sorted by
Tagged with
2 votes
2 answers
158 views

I've noticed with new programmers, primarily those using GUIs (e.g. Matlab, Rstudio, Spyder) that there is a strong tendency to for them to have a giant file, e.g. ...
irritable_phd_syndrome's user avatar
3 votes
1 answer
270 views

I'm not entirely sure if this is an international phenomenon, but every time I tutor students (Usually approximately age 14, and mostly without prior knowledge in programming) I ask myself the ...
csabinho's user avatar
  • 403
0 votes
3 answers
334 views

I am learning C++. I learned basics concepts and OOP. The main things peoples are working on are GUI and API development with the help of C++. My question is, as a C++ learner is it a must for me to ...
Hamza's user avatar
  • 117
0 votes
0 answers
104 views

Is there any Jackson based IDE for programming? I mean, an IDE in which you can place the sentences in sequence from left to right. I am looking for something similar to PSeInt (spanish), although ...
Dare to ask-I dnt mind punishm's user avatar
36 votes
15 answers
14k views

I teach Windows Forms programming, and now ASP.Net (essentially the same thing, except you view it in a browser) and I am dismayed that students seem to spend an enormous amount of time straining at ...
user4721's user avatar
  • 361
8 votes
2 answers
194 views

Background: I will be a teaching assistant in a course on "Interactive Systems" with the following learning goals for the students. Analyze and criticize user interfaces Identify and describe ...
Idall's user avatar
  • 81
4 votes
2 answers
410 views

It is now very easy to plop together some visual User Interface controls on to a form and hook them to events. In Microsoft Windows, there are a staggering number of properties and events available ...
user avatar