No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
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.
85 Posted Topics
Re: 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. | |
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 … | |
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 | |
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 ? | |
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 … | |
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 … | |
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 … | |
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 | |
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 … | |
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 | |
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] … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
Re: 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 … | |
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 … | |
Just acquired a large quantity of wyse thing client terminals, 15" LCd monitors, keyboards and mice. What should I do with them all? | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 | |
Re: 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. | |
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 | |
Re: 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 | |
Re: 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. |
The End.