Dalibor Toth

Ranch Hand
+ Follow
since Jul 16, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Dalibor Toth

Dear Sir, Madam,
just in case anybody is familliar with the terms such as polymorphism, late-binding, interface, class, etc. i would like to ask to post it. Please, don't include links to some explanatory pages, because they are all confusing. What I'm looking for is survey of this terms, explaind in 2-3 sentences (including simple examples).
Best regards!
22 years ago
Is that number "epoch seconds"?
22 years ago
What actually lastModified method returns? I got some number that apparently has nothing to do with what is displayed in Windows Explorer. If I need to parse or convert the result some how, how do I do that?
Many thanks!
Bye!
22 years ago
How can I move files from one directory to another?
Thanks!
22 years ago
Could you, please, post some example?
22 years ago
Is there a way I can put text in java.awt.Rectangle object?
Thanks!
22 years ago
Dear Manfred,
Thanks for your code, it seems OK. I'll try it. BTW, my naming convention is not an obligation, it was just a thought, so if you, or anybody else have any other idea, please let me know.
Thanks!
22 years ago
OK, I have an applet and html file with an applet tag that calls that applet together with some parameters. I need to fetch those parameters dinamicaly, since there might be different number of them. For instance, each parameter could be a sentence, but somethimes there could be 5 of them and the other time, say, 10. Each time my applet needs to know how many of them there is and fatch them all.
I tried naming parameters something like 1,2,3... but to fatch them in a for loop, I first need to know how many of them there are.
for (i = 1; i < ???; i++) {
getParameter into array
}
Thanks!
Sorry for the f... long letter.
Dalibor
22 years ago
I'm sorry Sir, I couldn't get your code working. I got the following error I couldn't debugg:
java.lang.ClassCastException: RectDrawer
at sun.applet.AppletPanel.createApplet(AppletPanel.java:579)
at sun.applet.AppletPanel.runLoader(AppletPanel.java:515)
at sun.applet.AppletPanel.run(AppletPanel.java:293)
at java.lang.Thread.run(Thread.java:484)
Could you, please, take a look at it?
Thanks!
22 years ago
Can I draw a rectangle and do mouseOver action over it?
Thank you!
22 years ago
Guys, all I can comment is thank you!
22 years ago
Hi!
If I draw, say, a circle, how do I make it hidden and, of course, visible again.
Thanks!
22 years ago
I have an applet in some directory that uses database tekst file in other directory which is password-protected. How can I enable my applet to read text file??
22 years ago
Can I give you link instead so you can try it yourself?
The code i over 1000 lines.
Dalibor
22 years ago
I have some text fields in an applet. When I click inside it to gain focus, cursor starts to blink but with a delay of around 2 seconds. Why do I get so slow response from an applet? What brakes it?
Thanks!
Dado
22 years ago