Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~16.5K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

85 Posted Topics

Member Avatar for manisha

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.

Member Avatar for stultuske
0
2K
Member Avatar for PhiberOptik

Hey guys, I just reinstalled Windows on my machine, and the sound is SUPER quiet (barely audible). Here is what I have: [LIST] [*]Speakers (that work and use external power) [*]Asus P5S800-VM mobo (yes the AC'97 is enabled in BIOS) [*]Up-to-date drivers (freshly installed; I tried reinstalling no change) [*]All …

Member Avatar for benmar
0
108
Member Avatar for PhiberOptik

Hey guys, I have: [CODE=java]submitButton.addActionListener(new ActionListener() { @Override public void actionPerformed(ActionEvent e) { System.out.println("Hello World!"); } });[/CODE] in a class that [ICODE]extends JDialog[/ICODE] but it doesn't work. How can I get an action listener working in a JDialog? Thanks PO

Member Avatar for mKorbel
0
61
Member Avatar for PhiberOptik

Hey folks, I'm a student and I have been using Blue J. I have found it rather primitive and was wondering what the majority of other java programmers like to use? I thought about Net Beans but I honestly have no idea, So what do you use ?

Member Avatar for mjason
0
216
Member Avatar for PhiberOptik

Hey guys, I'm looking for articles on GUI's for touch screens. Preferably on larger ones, Ie. iPad size. I'm looking for something that just goes over the theory of what makes a good user interface for a touchscreen environment. I looked around couldn't find anything relative, I'm hoping some of …

0
48
Member Avatar for PhiberOptik

Hello, I'm working on a web scraper of sorts, my main goal is data, I was wondering what a good, efficient way of organizing the data that I'm downloading is? Here is what I have, I download the webpage, and ends up as a FileReader object, then I send it …

Member Avatar for cale.macdonald
0
119
Member Avatar for PhiberOptik

Hey guys, I want to know how you guys parse html. I'm writing a program to compare products on a website. I already have a system that scrapes the websites. I looked at HTMLParser, I'm a little confused on how to use it, I was thinking about writing my own …

Member Avatar for PhiberOptik
0
106
Member Avatar for PhiberOptik

hey guys, I'm using eclipse C++ and the minGW compiler. I am trying to write a header file, and in my src folder, I have HelloWorld.cpp, and HelloHeader.h I'm getting "file or directory not found when I add: [ICODE]#include<HelloHeader.h>[/ICODE] could anyone help me out? Cheers PO

Member Avatar for The ICE Man
0
120
Member Avatar for PhiberOptik

Hey guys I got this: [url]http://anubis.iseclab.org/?action=result&task_id=1d6bac2290116b4f451943bdef5f2eca6&format=html[/url] from a link on the infamous 4chan website...a friend thought it'd be funny to send me a link and now I have this virus...I have connected to their IRC and seen their botnet...how can I get rid of this!? Thanks PO edit: just thought …

Member Avatar for jholland1964
0
79
Member Avatar for PhiberOptik

Hey guys, I am starting a project using eclipse team CVS the problem I am facing is when my team grabs a copy of my project it doesnt give them a referenced library. I have googled and cant figure out how to fix! thanks PO

0
76
Member Avatar for PhiberOptik

Hey guys I am calling two images using the code below, the first image called shows up when run, and when compiled into a executable jar. The other image shows up when run in eclipse but not when compiled into an executable jar: Here is the code: [CODE=java]image = Toolkit.getDefaultToolkit().getImage(this.getClass().getResource("myPicture.png"));[/CODE] …

Member Avatar for JamesCherrill
0
100
Member Avatar for PhiberOptik

Hey guys, I'm using a Point array to transfer to my panel class that draws the image. The reason I'm using coords is because it shows where the character is in the tileset for directions Ie. (20,5) is right step facing up. anyway its coming up with null pointer and …

Member Avatar for ~s.o.s~
0
105
Member Avatar for PhiberOptik

Hey guys I'm trying to export my game from eclipse to an executable jar. When I launch it in eclipse it works perfectly. When I export it nothing happens and when I launch it through console i get this: [url]http://img697.imageshack.us/img697/899/errordc.png[/url] and I have main class [CODE=java]public class main { public …

Member Avatar for Ezzaral
0
128
Member Avatar for PhiberOptik

Hey guys, I have two JPanels for my game, one jpanel shows my character, informational text and the other shows the map which is made up of a tileset. Is there anyway I can show the map behind the character and information without merging the two java files? the Map …

Member Avatar for cale.macdonald
0
861
Member Avatar for PhiberOptik

Hey guys I'm using Tiled (mapeditor.org) for the mapping in my game and I have made a few maps, and started implementing them in my game. The first thing I had to do was decode them from base64, then gunzip the string. Now I am on the last step and …

Member Avatar for PhiberOptik
0
165
Member Avatar for PhiberOptik

Hey guys I am playing around with tiled (tileset mapping system) it outputs the maps in an xml style format the core data of where the image pieces go in base64 gzip. [CODE=xml] <data encoding="base64" compression="gzip"> H4sIAAAAAAAAAO3DAQ0AAAwCIHuY4v3LGeSw0UuqqqpPDh0GsvgACwAA </data>[/CODE] I'm not sure where to go to unzip this string, I have …

0
68
Member Avatar for PhiberOptik

Hey guys I am making a 2d RPG style game. I have a series of small images for each character choice, npc, etc which is integrated to each movement, how do you recommend I store these? Ie. Compile into a zip archive or jar archive...or just a folder within the …

Member Avatar for jwenting
0
92
Member Avatar for geoffy0404

First step would be, find if your Brand Company allows open development for the model. I own a Samsung instinct and I know Sprint offers emulator, api's and sample code for testing. Otherwise you might have to buy a development package including a special version of the phone, software, and …

Member Avatar for geoffy0404
0
161
Member Avatar for PhiberOptik

Hey guys, I am making a block breaker type game. One panel houses the background, and one panel has the bricks, paddle, and such. and the other has the background. In my main class when I add the panels in this order: [CODE=java] add(new BrickBoard()); add(panelbg); [/CODE] the background image …

Member Avatar for PhiberOptik
0
96
Member Avatar for PhiberOptik

Just acquired a large quantity of wyse thing client terminals, 15" LCd monitors, keyboards and mice. What should I do with them all?

Member Avatar for PhiberOptik
0
132
Member Avatar for PhiberOptik

Hey guys, I'm working on a project with a few friends, and I want to share everything with them. I setup a SVN, but that only seems to do code. I'm the programmer, my two other friends are graphic and modeler. Is there a good way (similar to SVN) that …

Member Avatar for BestJewSinceJC
0
37
Member Avatar for PhiberOptik

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 I need to upload it. My ISP knocks me …

Member Avatar for Bob_180_Bob
0
141
Member Avatar for PhiberOptik

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 plug it in using IDE cables, or using a IDE->USB external case …

Member Avatar for feng128
0
186
Member Avatar for 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 window via java. I am trying to find a way to basically …

Member Avatar for jakx12
0
396
Member Avatar for 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 you do, where you work from, office, home, etc. I'm just curious …

Member Avatar for BestJewSinceJC
0
149
Member Avatar for 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 [ICODE]runtime().exec()[/ICODE] to launch it. Right now I have to extract it then launch it, then after it's finished delete it. Thanks PO

Member Avatar for masijade
0
115
Member Avatar for trickx0729

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.

Member Avatar for PhiberOptik
0
677
Member Avatar for PhiberOptik

Hi Guys, I am using JMF and a guide ( [url]http://www.mutong.com/fischer/java/usbcam/[/url] ). 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 want to use my webcam as a mirror. Thanks PO

Member Avatar for quuba
0
126
Member Avatar for ithelp

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 I don't consider myself an expert nor should anyone else... PO

Member Avatar for JamesCherrill
0
237
Member Avatar for smita123

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.

Member Avatar for smita123
0
151
Member Avatar for PhiberOptik

Hi Folks, I am having difficult with a program. I have a program that downloads a file to the directory it is being run from and I need to move it to another one after its done downloading. I found code that should do it but it keeps failing, and …

Member Avatar for naugiedoggie
0
139
Member Avatar for busybrooks

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 everything is secure, or take it out and put it back in.

Member Avatar for FoXH
-1
225
Member Avatar for Bob_180_Bob

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 yourself)

Member Avatar for PhiberOptik
-1
120
Member Avatar for abystar

try this, [url]http://www.microsoft.com/windowsxp/using/setup/tips/advanced/ntfs.mspx[/url]

Member Avatar for PhiberOptik
0
50
Member Avatar for 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 shots really fast) and then analyzes them finding the moving pixels. …

Member Avatar for PhiberOptik
0
118
Member Avatar for PhiberOptik

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 spaces in the router (linksys) to forward every computer (not to mention i …

Member Avatar for OlyComputers
0
108
Member Avatar for 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 least amount of difficulties with routers. (This program will be used for technically …

Member Avatar for PhiberOptik
0
100
Member Avatar for tygerberg

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 integrated with a gui. here is the …

Member Avatar for stultuske
0
166
Member Avatar for 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 Unable to Launch Application Here is the link[URL="http://nerdaid.ca/offsitelaunch.jnlp"] http://nerdaid.ca/offsitelaunch.jnlp[/URL] please check it out let …

0
68
Member Avatar for 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 found lots of answers for flash, and other languages …

Member Avatar for PhiberOptik
0
147
Member Avatar for 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: [QUOTE] [COLOR="red"]Hello, How are do you?[/COLOR] [COLOR="green"]I am Fine, how are you?[/COLOR] [COLOR="red"]Great![/COLOR] [/QUOTE] I was wondering if there …

Member Avatar for JamesCherrill
0
71
Member Avatar for 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.

Member Avatar for sillyboy
0
122
Member Avatar for PhiberOptik

Hi guys, I am trying to execute a .jar executable within a java file but nothing happens, no errors, just nothing in general! [CODE=java]public void executeCmd(){ Runtime run = Runtime.getRuntime(); try { Process proc = run.exec(cmd); } catch (IOException e) { //sendmessage saying there was an error } }[/CODE]

Member Avatar for masijade
0
361
Member Avatar for 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, and then delete it with the new one …

Member Avatar for PhiberOptik
0
98
Member Avatar for PhiberOptik

Hey, I am writing a program and it requires me to place a file on the desktop. I know in cmd prompt you can use %USERPROFILE% to do it. Is there java equivalent? Thanks PO

Member Avatar for PhiberOptik
0
134
Member Avatar for prateek4u

Hi, First thing is layout your structure on paper, or a big white board (thats what I have in my room, 35$ at walmart :P) Then setup your basic layout in a program like eclipse. If this makes no sense to you start here [URL="http://www.daniweb.com/forums/thread99132.html"]http://www.daniweb.com/forums/thread99132.html[/URL] This is the beginner section.

Member Avatar for PhiberOptik
0
96
Member Avatar for PhiberOptik

Hey guys, I wanna download a file to a certain directory on the computer. I have code that downloads to the same place where it's launched but I want it to download the files do another directory. (This isnt my code I found it on a tutorial) Here is the …

Member Avatar for PhiberOptik
0
127
Member Avatar for PhiberOptik

Hey guys, I want to make a program copy output from a Command Prompt window, any idea how I can accomplish this? In my program I want to have a console type menu so the user can watch what is going on. Thanks PO

Member Avatar for PhiberOptik
0
75
Member Avatar for PhiberOptik

Hi Guys, I am trying to get a program I made to auto-start on my computer, but I don't wanna use the "startup" folder. How do these other programs automatically start? I went to my "msconfig" and then to the startup tab and found references to "HKLM\SOFTWARE\Microsoft\Windows\CurrentVer..." and I looked …

Member Avatar for stultuske
0
103
Member Avatar for nandomendoza

Okay I will help you out with the basic structure of your program. Firstly get the inputs. (and a if statement that figures out which number is larger. Secondly the loop. IE [ICODE]for(int i=smallerNumber; i<biggerNumber; i++)[/ICODE] good luck!!

Member Avatar for verruckt24
0
119

The End.