Results 1 to 3 of 3
- 09-19-2009, 08:47 PM #1
Senior Member
- Join Date
- Aug 2009
- Posts
- 294
- Rep Power
- 0
Can you recomend me some good packages for my project?
Hi!
I was thinking on beggining making games in java now..
Im not a pro in java but I'v made some stuff...
So what I would need is some good advice on which packages to use..
I need:
-Picture import package
-Mouse position package/method in actionlistener
-If possible make rectangle with "ifOverleapse" method, if u know what I meen..
-Some good tips also =)
Its gona be 2d game, not 3d so I wont need any 3d game engine..
- 09-19-2009, 08:48 PM #2
Senior Member
- Join Date
- Aug 2009
- Posts
- 294
- Rep Power
- 0
Oh and everything should be able to run within an applet =)
- 09-19-2009, 10:34 PM #3
-Picture import package
ImageIO, its included in the JDK
-Mouse position package/method in actionlistener
MouseMotionListener, Included in JDK
-If possible make rectangle with "ifOverleapse" method, if u know what I meen..
Rectangle.contains(x, y);, Included in JDK
-Some good tips also =)
Read the API! Everything you want is built into java already, you don't need any special packages. Check out some java 2D tutorials, or simply look at everything in java.awt. While swing is excellent for GUI stuff, awt has many things useful for java 2d stuff. Good Luck!
Similar Threads
-
Hello Good Morning, Good afternoon, and Good Evening
By MrFreeweed in forum IntroductionsReplies: 3Last Post: 12-11-2009, 03:32 PM -
XML Schema what is it good for.
By kroiz in forum XMLReplies: 4Last Post: 08-20-2009, 04:30 AM -
Good Day
By Kinyo in forum IntroductionsReplies: 0Last Post: 03-15-2009, 12:07 AM -
Anyone good at math?
By iWonder in forum Forum LobbyReplies: 12Last Post: 01-11-2009, 04:12 PM -
Importing packages from the packages within same application.
By sta2003 in forum New To JavaReplies: 3Last Post: 02-12-2008, 11:03 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks