Rush Art

Greenhorn
+ Follow
since Oct 17, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Rush Art

Hello, I took a look at your example. I am still having hard to fitting the JSpinner into this part of the code. What am I missing? The shown example is how the complete look should look like, every part is done except the JSpinner.

Thanks.

14 years ago
Thanks a lot I manged to get this working.
14 years ago
Hello, I having trouble finding out how to attached submenu to the JMenuItem "Global" with text such as "Max,Min,Sum" as shown on the taken picture. Any idea how the code is for this one?

Thanks.



14 years ago
Hello, I am having hard to finding a code to manage to get this arrow listener(up&down) for a JTextField. I've taken a picture to show what I mean(Attachment).

Thanks.
14 years ago
Managed it. But it became a long code.... Is there any way to shorten it?

14 years ago
Aha,I see it now. But how can I make it read "en and to and tre "separately??
I can't just:



Thanks.
14 years ago
Hello, I just can't figure it out what is wrong with this code of mine. Especially at System.out.println . The intention is, the code reads three whole numbers from the user. And it write the lowest number entered, then the higest, the sum of all three, and then the product of all those three. The answer is shown in each line.

14 years ago