blah blah blah is here! blah blah » Close

0
votes
0 answers

New to Java - HELP!

public void chaptercheck() { if(spinone.get(value) <= 0 || spintwo.get(value) <= 0){ spinone.value = 1; } if (spinone.value > spintwo.value) } I have two spinners named spinone ...

1
votes
0 answers

Can I make a normal java SE file into an Applet?

Sorry. New to Java. Theo

1
votes
0 answers

Java Spinner - EASY

I have named a spinner "spinone" in a gui. I am trying to get the value of the spinner: What am I doing wrong? if(spinone.value > 0){ } Thanks, Derek

0
votes
2 answers

Help with C# Gui -- Beginner

I am a newbie to C# and I am getting error messages because of a simple if statement. I am trying out my skills with a simple alarm clock, and I have 3 nested If Statments and it is giving me an error. here is the code I am using. It is m ...

1
votes
1 answers

Duplicating the TabPage, How?

Dear All, Another GUI Question. My form is like the picture below. There is a tabcontrol component with buttons and textbox. Each buttons has code inside. Below, there are 2 components, textbox and button. When the textbox is filled w ...

0
votes
1 answers

GUI programming, C# vs C/C++

Hi all, I was just wondering what people thought about this. I know its possible to write raw C++ code to create a GUI but that's pretty involved. Its a lot easier in C# for sure. But I created a very simple form with a text box a ...

Feedback