Search Results

Showing results 1 to 40 of 112
Search took 0.01 seconds.
Search: Posts Made By: PhiberOptik ; Forum: Java and child forums
Forum: Java Aug 30th, 2009
Replies: 5
Views: 354
Posted By PhiberOptik
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: 354
Posted By PhiberOptik
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: 354
Posted By PhiberOptik
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: 828
Posted By PhiberOptik
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: 828
Posted By PhiberOptik
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: 828
Posted By PhiberOptik
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: 828
Posted By PhiberOptik
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: 828
Posted By PhiberOptik
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: 695
Posted By PhiberOptik
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: 266
Posted By PhiberOptik
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: 433
Posted By PhiberOptik
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: 555
Posted By PhiberOptik
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
Solved: Moving Files
Views: 705
Posted By PhiberOptik
Would you be kind enough to post some code that moves file the correct way?
Forum: Java Apr 13th, 2009
Replies: 6
Views: 524
Posted By PhiberOptik
Awesome thanks JamesCherril, it seems to be outputting the correct information now.
Forum: Java Apr 13th, 2009
Replies: 6
Views: 524
Posted By PhiberOptik
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: 524
Posted By PhiberOptik
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: 524
Posted By PhiberOptik
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: 524
Posted By PhiberOptik
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: 409
Posted By PhiberOptik
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: 409
Posted By PhiberOptik
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: 409
Posted By PhiberOptik
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,580
Posted By PhiberOptik
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,580
Posted By PhiberOptik
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: 197
Posted By PhiberOptik
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: 926
Posted By PhiberOptik
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: 926
Posted By PhiberOptik
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: 345
Posted By PhiberOptik
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: Java Mar 4th, 2009
Replies: 2
Views: 242
Posted By PhiberOptik
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: 368
Posted By PhiberOptik
@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: 368
Posted By PhiberOptik
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: 368
Posted By PhiberOptik
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: 368
Posted By PhiberOptik
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: 1,065
Posted By PhiberOptik
This worked, Thank-you.
Forum: Java Feb 26th, 2009
Replies: 16
Views: 4,943
Posted By PhiberOptik
Hi Manisha,
I tried the exact same thing you are attempting to do. I found that it is possible but very difficult (I never did it) I found the best way is to just launch cmd with arguments.
Forum: Java Feb 26th, 2009
Replies: 5
Views: 600
Posted By PhiberOptik
Well, Ideally I would like to update the jar that is currently running. Ezzaral I'm going to check into that, it looks like it could very well work with my needs!
Forum: Java Feb 26th, 2009
Replies: 5
Views: 600
Posted By PhiberOptik
its a network admin assistance program. So the only way for me to do it is by downloading the entire .jar again, launch it, stop the old one, and then delete the old one and rename the new one?
Forum: Java Feb 26th, 2009
Replies: 5
Views: 600
Posted By PhiberOptik
Hey guys,
I am trying figure out a way of updating my program. Since I am a newbie to programming I have no idea where to start. My first idea was to download a new jar, launch it, kill the old app,...
Forum: Java Feb 25th, 2009
Replies: 18
Views: 1,065
Posted By PhiberOptik
I am sorry. I am having a lot of trouble with understanding, how to use this, I read the documentation and now I have no idea.

Haha all I want to do is launch another jar file within a java script.
Forum: Java Feb 25th, 2009
Replies: 18
Views: 1,065
Posted By PhiberOptik
I put a System.err.print in exception area and sure enough it errored but only when I try to execute .jar files.

I'm working on understanding class loader but so far I don't understand how that...
Forum: Java Feb 25th, 2009
Replies: 18
Views: 1,065
Posted By PhiberOptik
Hi guys,
I am trying to execute a .jar executable within a java file but nothing happens, no errors, just nothing in general!

public void executeCmd(){
Runtime run =...
Showing results 1 to 40 of 112

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC