Activity Stream
- Older Activity
-
Today, 01:47 AMHi! RiokuTheSlayer here with ANOTHER bugy thing. My character wont move when i use "A" and "D". Listening.java code: package...0 replies | 2 view(s) -
Today, 01:45 AMThis is it. Going crazy! Why? Why? Why? import java.awt.BorderLayout; public class mainFrame extends JFrame { private JPanel...4 replies | 98 view(s) -
Today, 01:13 AMgood night for now14 replies | 77 view(s) -
Today, 01:10 AMand the other class (so you get dizzy as well) /* * To change this template, choose Tools | Templates * and open the template in the editor. ...14 replies | 77 view(s) -
Today, 01:09 AMhere is the whole freak'n code /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package...14 replies | 77 view(s) -
Today, 01:08 AMit makes me dizzy, I go to sleep for now, thanks Jim14 replies | 77 view(s) -
Today, 01:05 AMafter taking this out dialog2.setModal(true); I get the following... OK1 OK2 studyrooms.CalenderDialog,rootPaneCheckingEnabled=true]...14 replies | 77 view(s) -
Today, 12:57 AMsomething happens down the road, jim! (the DIALOG2 object is not null) It does not print ok3, why? if (cmd.equals("OK")) { ...14 replies | 77 view(s) -
Today, 12:35 AMThat's weird, the dialog appears on screen, so it should have been initialized! But when I do: System.out.println("CHANCEL " + dialog2); just...14 replies | 77 view(s) -
Today, 12:34 AMFor anyone who was curious, I think I got it! Just took a few hours :) public class HockeyPlayerTester { public static void main(String...4 replies | 78 view(s) -
Today, 12:14 AMHello. Currently, I have a program which is a bit heavy. It updates 2500 JLabels every 75 ms. It's been working fine, but it seems that I can't play...0 replies | 30 view(s) -
Today, 12:03 AMThen on line 28, you should determine if dialog2 == null (println?). If so, then you have a logic error somewhere. You may want to put a print...14 replies | 77 view(s) -
Yesterday, 11:57 PMOkay so I got the program to run this " Player One goals per game = 1.0 Player Two goals per game = 1.0 " Before it just ran " Player One...4 replies | 78 view(s) -
Yesterday, 11:56 PMSolved! NOW SOMEONE CLOSE THE POST.13 replies | 243 view(s) -
Yesterday, 11:34 PMThanks for the quick reply! I'm going to try and fix the things you mentioned and see where that gets me :)4 replies | 78 view(s) -
Yesterday, 11:12 PMI have Installed STS Version: 3.2.0.RELEASE, inside that i have default sever as VMware vFabric tc Server Developer Edition v2.8, when i run my...0 replies | 31 view(s) -
Yesterday, 10:52 PMI see a few problems with the constructor for your HockeyPlayer class: public HockeyPlayer(String string, int number) { String p1...4 replies | 78 view(s) -
Yesterday, 10:31 PMwell jar does not run, so i ran it using CMD and found out there is an error in importing an image.. however there is no problem when i run it in the...4 replies | 128 view(s) -
Yesterday, 10:18 PMI can't seem to figure out how to get this to run correctly. After running the program, I get the wrong answer. Please help me find out what is...4 replies | 78 view(s) -
Yesterday, 10:14 PMOK what I am observing, but not understanding is the following: The main method creates the firs dialog like this (the class extends JDialog): ...14 replies | 77 view(s) -
Yesterday, 10:08 PMMaybe it's not an applet then? I'm able to mouse over the corners and resize it. I'm not a programmer, but we have an offshore team that does our...2 replies | 92 view(s) -
Yesterday, 09:56 PMyou'r right, I knew that one. but forgot it again, thanks. I'll repair that one, but there might be an issue with: line 59, setModal(true); which...14 replies | 77 view(s) -
Yesterday, 09:45 PMWell, one thing you are doing wrong is using == to compare strings (e.g. flag == "DIALOG1"). I doubt that will every be true. You should use...14 replies | 77 view(s) -
Yesterday, 08:49 PMYeah, I'm not sure what these functions do, so it's conceivable that they have a forever loop or a wait. That's why a debugger or some print...7 replies | 113 view(s) -
Yesterday, 08:40 PMOkay,new-ish problem. I've figured out what the problem really is.The images are stretching from the bottom,as if the bottom doesn't want to move. ...13 replies | 243 view(s) -
Yesterday, 08:06 PMI tried using BorderLayout and setting the preffered size of the outer panels, but of course that kept the sizes after resizing (i want the outer...2 replies | 43 view(s) -
Yesterday, 08:04 PMnevermind, fixed it! :) how do i delete this thread?1 replies | 60 view(s) -
Yesterday, 07:51 PMSo I was finally getting everything to work and things were going smoothly but then my mouse hand bummed the keyboard and clicked some unknown...1 replies | 60 view(s) -
Yesterday, 07:33 PMI'm thinking it isn't ever exiting the while(frontIsClear()) loop. Instead of calling the returnToCorner() method I created I replaced it with...7 replies | 113 view(s) -
Yesterday, 07:32 PMhere is the complete code: /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package...14 replies | 77 view(s)



License4J 4.0
Yesterday, 12:23 AM in Java Software