|
Adding - Importing Keyboard class in Java
|
|
11-28-2009, 06:36 AM
Post: #11
|
|||
|
|||
RE: Adding - Importing Keyboard class in Java
(11-27-2009 09:46 AM)codecaine Wrote: my tic tac toe applet is 309 line but only 5,635 bytes! Applets. Hmm... Well that is the thing I want to hear about. Because I got a seminar task to make an applet. To be exact, to make an applet and to put it in a html page. Applet which shows ctg function y=a+b*ctg(k(x-c)). And you enter the variables a,b,c,x. Know a good tut? Have some short tips about it? ![]() We still didn't get a time limit to finish it. I just want to scratch some basics of it, for now.
![]()
|
|||
|
11-28-2009, 06:42 AM
(This post was last modified: 11-28-2009 06:48 AM by codecaine.)
Post: #12
|
|||
|
|||
|
RE: Adding - Importing Keyboard class in Java
Applets are very simple to make I made 5 games applet examples. Here is the link. I coded these in notepad! http://www.pscode.com/vb/scripts/ShowCod...8&lngWId=2 If you can use netbeans all you have to do is drag drop componets!
http://www.mars3000.com/ is jframe builder will make a text file with exact positions you lay out componets. It is best you learn applets from a book. Desktop applications are just like applets also. I never really read anything real good documentation online. I learn it from books. I am sure there are some good examples online just have to search google or bing I guess |
|||
|
11-28-2009, 07:10 AM
(This post was last modified: 11-28-2009 07:13 AM by Alphablend.)
Post: #13
|
|||
|
|||
RE: Adding - Importing Keyboard class in Java
(11-28-2009 06:42 AM)codecaine Wrote: Applets are very simple to make I made 5 games applet examples. Here is the link. I coded these in notepad! http://www.pscode.com/vb/scripts/ShowCod...8&lngWId=2 If you can use netbeans all you have to do is drag drop componets! I tried all of them, I mean the games. ![]() I've never used NetBeans before. Thanks for this tool JFrameBuilder. ![]() I will do some googling around the net for some nice book. oh yea, thanks for the sources. ![]()
|
|||
|
11-28-2009, 07:21 AM
(This post was last modified: 11-28-2009 07:34 AM by codecaine.)
Post: #14
|
|||
|
|||
|
RE: Adding - Importing Keyboard class in Java
Thing about netbeans you can real decipher what the code is if you want to add on to it without netbeans. You would have to use the program Ant to do that.
Your school give you something to learn it lol |
|||
|
11-28-2009, 07:37 AM
(This post was last modified: 11-28-2009 07:51 AM by Alphablend.)
Post: #15
|
|||
|
|||
RE: Adding - Importing Keyboard class in Java
(11-28-2009 07:21 AM)codecaine Wrote: Thing about netbeans you can real decipher what the code is if you want to add on to it without netbeans. You would have to use the program Ant to do that. lol they will. Like I said, they didn't set a deadline about this task. And we still didn't do anything related to applets. But my type of personality always pushes me to find out things before the others!. ![]() oh, and I used Scanner instead of Keyboard class in a task. Other people in my group were looking at me: wow... o.O *blink blink*. ![]()
|
|||
|
11-28-2009, 03:38 PM
Post: #16
|
|||
|
|||
|
RE: Adding - Importing Keyboard class in Java
Oh yea
|
|||
|
« Next Oldest | Next Newest »
|





![[Image: 45669_pythonlogo.png]](http://myph.us/pics/45669_pythonlogo.png)




