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.

~15.1K People Reached
About Me

I'm young and enthused with the idea that I can make computer do what I want, and build computers to make life easy.

Interests
Problem solving, programming, staying socially adequate.
Member Avatar for manisha

Hi, I want to start the command prompt window from my java program. Tried using Runtime but its not working.These are my codes : [code]String command = "cmd.exe"; try { child = Runtime.getRuntime().exec(command); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); }[/code] Actually, its working when i …

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
89
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
56
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
208
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
112
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
92
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
115
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
72
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
70
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
92
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
98
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
120
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
826
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
149
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
64
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
82
Member Avatar for geoffy0404

is there any place i can find some Open Source cell phone code written in Java, where i can use a IDE and check it out and maybe even test it on my phone?

Member Avatar for geoffy0404
0
153
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
81
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
122
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
35
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
132
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
179
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
380
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
139
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
107
Member Avatar for trickx0729

Hey guys, [INDENT]I just want to know if its possible to code a java program that will automatically logs you on your online accounts (e.g. such as yahoo mail, facebook, gmail, multiply, or even in this site) using your own username and password you use to register on such accounts. …

Member Avatar for PhiberOptik
0
646
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
119
Member Avatar for ithelp

Hello Java Experts, Suppose I visit 10 web sites , some of them open pop up window even when I have blocked them in IE , then I get say 5 additional pop up window , is there an easy way to write java program to close all such pop …

Member Avatar for JamesCherrill
0
201
Member Avatar for smita123

Hi all, Could you please sugest me some code for building the GUI to browse a file and to upload using Swing. Thanks,

Member Avatar for smita123
0
140