Forum: Windows NT / 2000 / XP Oct 16th, 2009 |
| Replies: 1 Views: 225 Hey guys,
I have a wicked web host that provides me with FTP. I have tons of space and a great connection on the server.
The problem I am having is I have a piece of software that is 1.6Gb's and... |
Forum: Java Aug 30th, 2009 |
| Replies: 5 Views: 334 Thanks...I'm gonna try and work through the C# and see if I can pull it into Java :) |
Forum: Java Aug 30th, 2009 |
| Replies: 5 Views: 334 Sorry for double post but here is a link to something I similiar to what I would like to do.
http://www.youtube.com/watch?v=xVDeHhxlMck&feature=channel_page |
Forum: Java Aug 30th, 2009 |
| Replies: 5 Views: 334 Hey folks,
Now java may be the wrong language for this but I would like to get a motion sensor program going (if possible). Basically I already have hooked my webcam up, and can import it to a... |
Forum: Java Jun 25th, 2009 |
| Replies: 12 Views: 800 Ah thats really cool. I will be applying for internships next spring. Most of my courses are based on programming and math.
The projects you work on, what would be a typical task that you would... |
Forum: Java Jun 22nd, 2009 |
| Replies: 12 Views: 800 Thats cool. I live in Canada. What can I expect in terms of salary/wages for internships in my later years of my degree. How much do you actually use from your university...what kind of university... |
Forum: Java Jun 22nd, 2009 |
| Replies: 12 Views: 800 Cool, sounds rather interesting. I really appreciate you answering my questions. I wish I could just pick your brain all day. I have one more question for you.
A friend of mine who has a lot of... |
Forum: Java Jun 22nd, 2009 |
| Replies: 12 Views: 800 Are you contracted to do this application or is it a full time job? Why do you need three developers? Are you located in north america? Do you get paid salary? hourly?
(if you would rather now... |
Forum: Java Jun 22nd, 2009 |
| Replies: 12 Views: 800 Hey
I am sitting around here on my summer semester break. I am curious if anyone here is a java developer and actually makes good money at it?
Basically I would like to know what kind of stuff... |
Forum: Java Jun 6th, 2009 |
| Replies: 6 Views: 658 you could pre program the info into a class using the robot api. Though your computer would be unusable while it's running. That'd be easy to do...as long as resolutions are not changing. |
Forum: Java Apr 30th, 2009 |
| Replies: 1 Views: 251 Hi Guys,
I am using JMF and a guide ( http://www.mutong.com/fischer/java/usbcam/ ). The problem I am facing is that I can't figure out how to output the data live as I take it in.
Basically, I... |
Forum: Java Apr 30th, 2009 |
| Replies: 4 Views: 400 hi ithelp,
as far as I know because of java's "safety" limitations it has difficulty working with other applications in this sense. I think it would be very difficult if not impossible...
though... |
Forum: Java Apr 22nd, 2009 |
| Replies: 6 Views: 487 Do you want the code or do you want to write the code?
Upload the file to where? like FTP? or send to another person?
JFileChooser sounds like it would be the best place to start at this point. |
Forum: Java Apr 19th, 2009 |
| Replies: 6 Views: 656 Would you be kind enough to post some code that moves file the correct way? |
Forum: Troubleshooting Dead Machines Apr 18th, 2009 |
| Replies: 3 Views: 1,085 I find that three beeps means either video card (usually not plugged in properly; maybe it's jarred a bit) or RAM.
if the computer fell either of these could be the case, pop it open and make sure... |
Forum: Storage Apr 18th, 2009 |
| Replies: 1 Views: 420 Honestly I would throw it on your desk, plug the computer into a power bar stick a new cable in and turn it on, if it starts to smell like burning plastic turn it off (via power bar as to not danger... |
Forum: Storage Apr 18th, 2009 |
| Replies: 1 Views: 411 try this,
http://www.microsoft.com/windowsxp/using/setup/tips/advanced/ntfs.mspx |
Forum: Storage Apr 18th, 2009 |
| Replies: 4 Views: 618 Hey guys,
I have been given the task of attempting to recover some data from a hard drive. This is what I know:
-The hd failed the READ test, READ VERIFY test, and Internal Cache test.
-When I... |
Forum: Java Apr 13th, 2009 |
| Replies: 6 Views: 482 Awesome thanks JamesCherril, it seems to be outputting the correct information now. |
Forum: Java Apr 13th, 2009 |
| Replies: 6 Views: 482 I made this script up but it returns java.awt.Color[r=0,g=0,b=0]
private static byte maskByteOne = (byte)(-128 << 24);
private static byte maskByteTwo = (byte)(-128 << 16);
private static byte... |
Forum: Java Apr 13th, 2009 |
| Replies: 6 Views: 482 okay scrap the above.
Heres what I got:
I'm using BufferedReader.getRGB(x, y); and it gives me -10452992 but what I really want is the seperate color codes, ie R=255 G=255 B=255.
Any ideas... |
Forum: Java Apr 12th, 2009 |
| Replies: 6 Views: 482 Hey guys
I am using this to take the screen shot, and what I have is another image that is 150px by 150px that I wanna scan through the screen shot and see if I can find the small image.
Can... |
Forum: Java Apr 12th, 2009 |
| Replies: 6 Views: 482 Hi Guys,
I have been googling for a while, I think the problem is I don't know what I'm looking for is called.
I want to write a program that watches my screen (I assume it would take screen... |
Forum: Java Mar 27th, 2009 |
| Replies: 6 Views: 394 Well Stephen84s what do you recommend?
and right now I am testing with jrdesktop opensource. Basic free edition.
http://jrdesktop.sourceforge.net/download.php |
Forum: Java Mar 26th, 2009 |
| Replies: 6 Views: 394 I tried 3389 (RDP Port) that failed, and yet Remote Assistance works.
8080 Also failed, and just for giggles I tried port 80 and it failed to and yet when I tried 6112 (A port I forwarded to play... |
Forum: Java Mar 26th, 2009 |
| Replies: 6 Views: 394 I guys, I am working on a program that does remote desktoping and I am finding the biggest issue is that most people have routers which block most ports.
What port do you recommend to create the... |
Forum: Java Mar 25th, 2009 |
| Replies: 10 Views: 6,177 Ah, well good luck. I designed a chat program so i can do off-site tech support, it includes everything from file transfers, remote desktop, and soon voice =) all over jxta |
Forum: Java Mar 24th, 2009 |
| Replies: 10 Views: 6,177 I don't know if this helps but you could use JXTA (p2p via java) OR when I was in need of a chat system I used PIRC a java api for making IRC bots, works just as well making a chat system when... |
Forum: Java Mar 24th, 2009 |
| Replies: 0 Views: 192 Hi guys,
I am trying to use JavaWebstart to launch a application i have developed. I have two problems:
1. It doesn't launch in Firefox but it works in IE7
2. After loading the file says... |
Forum: Java Mar 20th, 2009 |
| Replies: 3 Views: 841 Sorry guys, I was adding the textArea wrong, thats why it wasn't working.
Original Code:
add(textArea, borderLayout.NORTH);
Correct Code:
add(scroller, borderLayout.NORTH); |
Forum: Java Mar 20th, 2009 |
| Replies: 3 Views: 841 Hi Guys!
I am trying to get a scroll bar to go to the lowest position possible. I am using a chat program and it bothers me that I have to scroll down to see new messages! I googled around and... |
Forum: Java Mar 19th, 2009 |
| Replies: 3 Views: 334 I am trying to execute a exe file within' a jar file.
My question:
1. How do I locate the exe within' the jar?
I am using the runtime().exec() to launch it. Right now I have to extract it then... |
Forum: Networking Hardware Configuration Mar 15th, 2009 |
| Replies: 3 Views: 657 awesome thanks for the reply |
Forum: Networking Hardware Configuration Mar 15th, 2009 |
| Replies: 3 Views: 657 Hi guys,
I work at an internet cafe as a technician, and the own wants customers to be able to create their own Warcraft 3 games. I found the ports (6112-6119), but there are not enough forward... |
Forum: Java Mar 4th, 2009 |
| Replies: 2 Views: 228 Hey guys,
I am writing a small script that requires me to make text that is within a textArea multi coloured. I will show an example in the quote box below:
I was wondering if there was a way... |
Forum: Java Mar 2nd, 2009 |
| Replies: 9 Views: 341 @James, the button says "VOTE & PLAY" to launch the game its required that you vote for their server if you want to play. This is a way of keeping their players from being lazy, cause they obviously... |
Forum: Java Mar 1st, 2009 |
| Replies: 9 Views: 341 Okay so my friend hosts a free mmo on his home computer. I want to write a program so that when the players load up his patcher program (which is in java) he wants it to automatically click a link on... |
Forum: Java Mar 1st, 2009 |
| Replies: 9 Views: 341 Is there another class that will let me click without using the mouse? or is that the only way |
Forum: Java Mar 1st, 2009 |
| Replies: 9 Views: 341 Hey guys,
I want to writing a program that clicks. I want to be able to specify the area it clicks. Anyone know how to do this? I googled a bunch and couldn't find anything even close to this. |
Forum: Java Feb 26th, 2009 |
| Replies: 18 Views: 986 |