Bas Holland

Greenhorn
+ Follow
since Jun 20, 2003
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 Bas Holland

Hello Gregg Bolinger,

you did find out how to read the length of a resultSet.

I'm still searching , please : let me know!
after one month still no body?
19 years ago
Hello there,

for a little project I need to build a agenda that viewes for a day, a week or a month. Is there a allright included agenda in the java, or is there a sample that I can use for it?

I can make it line for line, but that will realy take a lot of my time.

I couldn't find a good example with Google, anybody a idea where i could find something like this?

thanx in advance !
19 years ago
Hey there,
I hope you can help me out.
I want to add an ToolTipText to my applet.
I want to connect it to this object:
" tfName " ( A TextField). The textfield is visable, and works fine.
tfName.setToolTipText("Enter your name!");
give me an :
game.java: 46 cannot resolve symbol
symbol: method setToolTipText ( java.lang.String)
location: class java.awt.Textfield
tfName.setToolTipText("Enter your name!");
^
1 error
Please help me !
imported :
awt,awt.event,applet,net,javax.swing

greetz,
Bas
20 years ago