Questions tagged [graphical-programming]
62 questions
-3
votes
1 answer
I am trying to set a value to an already string labeled radio button. I do not understand my mistake
public class RoomListener implements ActionListener
{
public void actionPerformed(ActionEvent event)
{
double roomtype;
if (event.getSource() == room1)
roomtype = 60;
else if (event.getSource() ==…

Sam D.
- 1
- 2
-4
votes
2 answers
ADA & GTK => function Get_Text
I want to create a Toplevel window and use this function in it .
There is no example anywhere...
Here the complete description in /usr/share/ada/adainclude/gtkada/gtk-gentry.ads
function Get_Text (The_Entry : access Gtk_Entry_Record) return…

infinite
- 63
- 8