Forum: Java Mar 7th, 2009 |
| Replies: 4 Views: 327 I clearly stated that it's not exactly what he's looking for, but I was just simply giving an extra idea which wouldn't require slightly more advanced concepts which he clearly doesn't know yet and... |
Forum: Java Mar 6th, 2009 |
| Replies: 5 Views: 408 Ah thanks, looking through the javadocs about the Thread object right now - pretty sure this will fix it straight up. The only concerns I've had in doing this is having the GUI move to a new stage to... |
Forum: Java Mar 6th, 2009 |
| Replies: 4 Views: 327 If you don't want to get into sockets and what not as mentioned, you may consider simply developing a client based program deployed to its users using Java Web Start technology (this could be on the... |
Forum: Java Mar 6th, 2009 |
| Replies: 5 Views: 408 Sorry to double post but I had an idea which I thought I'd run by the folks that stumble onto this thread (the new reply kinda separates this idea from the general overview in the original post).
... |
Forum: Java Mar 6th, 2009 |
| Replies: 10 Views: 475 You tried to import in the main method. You must import all java libraries outside of the class declaration, for example:
import javax.swing.JOptionPane;
public class Foo
{
public... |
Forum: Java Mar 5th, 2009 |
| Replies: 10 Views: 475 As mentioned above you have to import the swing libraries that contain JOptionPane. Also I've noticed you have a syntax error in your final message dialog call, probably messed it up as you were... |
Forum: Java Mar 5th, 2009 |
| Replies: 5 Views: 408 Hey all, for quite some time I've been working on an inventory management program for work, and I'm having a bit of an issue with the rendering of a JFrame notification window, I'll do my best to... |
Forum: Windows tips 'n' tweaks Jan 28th, 2009 |
| Replies: 0 Views: 612 If you are unfamiliar, almost all Dell laptops come come bundled with Dell's proprietary QuickSet software to handle volume changes, brightness, etc. My question is, has anyone ever attempted to skin... |
Forum: Assembly Dec 4th, 2008 |
| Replies: 2 Views: 1,933 You're just in luck. I just finished writing a similar subroutine for my assembly class (uses the same textbook as mentioned above) to ask if someone wants to play again (we've made the game pong... |
Forum: Windows Vista and Windows 7 Sep 8th, 2008 |
| Replies: 3 Views: 3,795 This problem has been solved thanks of the guide from Drewzee on the aquasoft forums (epic failed using google before my first post).
But for the reference of others on this forum I'll post what... |
Forum: Windows Vista and Windows 7 Sep 7th, 2008 |
| Replies: 3 Views: 3,795 Currently I'm running ObjectDock Plus 1.9 on Windows Vista (SP1) and it works perfectly fine for the most part, except when I launch some (only a handful do this) programs from the dock they turn off... |
Forum: Windows Vista and Windows 7 Feb 20th, 2008 |
| Replies: 3 Views: 3,110 Thanks for the help. I went into the registry and made some changes for some services it was trying to launch that didn't exist. All is well now. Thanks. |
Forum: Windows Vista and Windows 7 Feb 18th, 2008 |
| Replies: 3 Views: 3,110 Anyone? I'd really like some help with this. I've tried a few different things - even restoring to an earlier date when I knew it could shutdown/reboot.
Also, the problem still exists when I use... |
Forum: Windows Vista and Windows 7 Feb 16th, 2008 |
| Replies: 3 Views: 3,110 I'm currently running the Enterprise edition of Vista and just yesterday after I uninstalled nod32 whenever I attempt to reboot the machine or shut it down it successfully ends (from what I can tell)... |