Forum: Java Sep 13th, 2007 |
| Replies: 1 Views: 513 Alt+enter on the keyoard is the windows shortcut for that. Hit it again or escape to restore. |
Forum: Java Sep 10th, 2007 |
| Replies: 9 Views: 4,004 ahh, no, I did that once and still have the code so'll i'll bring that in when I'm done with the rest of the layout. Hopefully... |
Forum: Java Sep 10th, 2007 |
| Replies: 9 Views: 4,004 I've been thinking of a book, trouble is, you can't ask it questions. Like: Why would i need an event handler to get rid of the background bit of the button permantly?
Thanks you Ezzaral! It... |
Forum: Java Sep 10th, 2007 |
| Replies: 9 Views: 4,004 Well, when you click it, it'll do something. Show text hopefully, when I get to that bit.
where do I fit that code into my code iamthewee? |
Forum: Java Sep 10th, 2007 |
| Replies: 9 Views: 4,004 I want a line of buttons down the side of a swing window. I got this code so far:
import javax.swing.*;
import java.awt.*;
class basic extends JFrame // implements ActionListener
{
... |
Forum: Java Jun 10th, 2007 |
| Replies: 68 Views: 19,201 :-/ it works on every other java site. |
Forum: Java Jun 8th, 2007 |
| Replies: 68 Views: 19,201 haha JB wins :P
and as for the IP tracking: "PRIVATE IP ADDRESS LAN CountryRegionCityLatitude/
LongitudeZIP CodeTime Zone -http://www.ip2location.com/images/country/-.gif ---0
0--
wow,... |
Forum: Java May 16th, 2007 |
| Replies: 3 Views: 2,331 right, from the start, open application, click start button. Two cards are drawn and displayed (start() ). the total value of these are the compared (eval() ). If over 21 game ends. If not we... |
Forum: Java May 13th, 2007 |
| Replies: 3 Views: 2,331 Card game (again, or still). This one's got a GUI. Problem is, the draw and stick method need the total value that is made in start. So when call draw() or stick() from the actionPerformed method it... |
Forum: Java May 10th, 2007 |
| Replies: 8 Views: 1,906 |
Forum: Java Apr 9th, 2007 |
| Replies: 7 Views: 1,523 my processor is 1.6 (duo core) with a gig of ram and i used netbeans 5.0 and 5.5 and it wasn't slow, loading the program took the longest and around 10 seconds.. but opening files etc took the same... |
Forum: Java Mar 22nd, 2007 |
| Replies: 1 Views: 4,871 I've been googling and going round in circles, simply put: when the button is clicked i want an image of a card to appear.
class Actions extends JFrame implements ActionListener
{
JTextArea... |
Forum: Java Mar 15th, 2007 |
| Replies: 7 Views: 1,566 Told ya i didn't know anything of java.. and i have no idea how it changed then *shruggs* but thanks anyway.
and oi wee i heard that ;) |
Forum: Java Mar 14th, 2007 |
| Replies: 7 Views: 1,566 ok, thanks. sorry for the dead link, didn't realise. specially as i was using it about 2 hours ago
http://www.daniweb.com/techtalkforums/showthread.php?t=68640&highlight=card+game
odd 'cause... |
Forum: Java Mar 14th, 2007 |
| Replies: 7 Views: 1,566 where do i look for it? i got the three files that are in the thread i linked to.. if i take that line out there's way more errors |
Forum: Java Mar 14th, 2007 |
| Replies: 7 Views: 1,566 ok, i don't know anything of java and somehow managed to DL NetBeans the sun program that creates Java apps... apprently.. (wasn't what i intended to DL but hey :mrgreen: )
A friend wants a... |