Results 1 to 5 of 5
Thread: Weird Error?
- 01-17-2009, 07:07 PM #1
Member
- Join Date
- Jan 2009
- Posts
- 16
- Rep Power
- 0
Weird Error?
Hi,
I wanted to see how Dr. JAVA worked, so I got some code for it here: (Apparently I can't post links :( )
I tried running it in Dr. JAVA, but I got 8 errors?
Pretty much this over and over:
File: /Users/myname/Documents/Matches.java [line: 116]
Warning: [deprecation] size() in java.awt.Component has been deprecated
What's going on?
Thanks.
-
The code you are using apparently is using a deprecated method, size, that Sun is trying to phase out of Java. Future versions of Java may not support this method, and programs that use the method may crash. Best to go to the API for the class that is calling that method and read what it states about it. It will often say why it is being deprecated and usually states what can be called in its place. Best of luck, and HTH.
- 01-18-2009, 12:56 PM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Adding more, the API explain what's the alternative you have. sciguy77, you can follows those suggestion in safer way.
- 01-19-2009, 12:34 PM #4
Member
- Join Date
- Jan 2009
- Posts
- 1
- Rep Power
- 0
Introduction
hai i am rajmohan and i am a beginner to java i expect help from all members of the forums.......thank u.........
- 01-20-2009, 02:32 AM #5
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Welcome to our community.
Please read our FAQ page before posting again here in this forum, it's really helpful to you. Actually you have choose the wrong sub-forum to introduce yourself. So please choose the correct forum next time. And also please don't post your questions on others thread if your one is not related to.
Good luck!
Similar Threads
-
weird location of ovals
By diggitydoggz in forum New To JavaReplies: 6Last Post: 12-24-2008, 12:25 AM -
Weird problem upon calling same function twice
By alin_ms in forum New To JavaReplies: 2Last Post: 12-20-2008, 06:14 PM -
need help, weird question kinda.
By carlos123 in forum New To JavaReplies: 6Last Post: 01-22-2008, 03:19 AM -
Weird data output
By Shaolin in forum New To JavaReplies: 12Last Post: 12-11-2007, 04:27 PM -
weird looking shape JButton is it possible?
By unhurt in forum AWT / SwingReplies: 8Last Post: 11-03-2007, 09:10 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks