No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
In my 3rd year at uni doing programming, have done c for 3 years and java/php for 2 years so am failry profecient in both.
18 Posted Topics
Re: but the 2 patters you are showing are the same, might help if you show us what you actually want?? | |
Right, my program ran perfectly fine with the line [CODE]JLabel headerImage = new JLabel(new ImageIcon(img));[/CODE] But as soon as i put it into a JAR file it has problems, i have searched the inet for soloutions and there isnt much out there for apps, loats for applets though, but none … | |
Re: I have built a java web crawler/spider before with a front end resembling google for a previous uni project and I would say it is a moderate program to try and do, not overly difficult but a definate challenge for a new java coder. Some of the main bits you … | |
Hi Just wondering if anyone can help. I have a gui and have assigned a KeyListener to it, It recognizes keyboard input for standard keys but doesnt seem to recognise special keys like shift and function keys? Is there some special way to be able to get it to react … | |
Re: I had exaclty the same problem when i made a chat system for uni using a JEditorPane in a scroll window, its one of those problems which is really annoying. Im not sure if I actually fixed it but i know you can do it as some of the other … | |
Re: Why would you want to break a decrypted file?? Can you not just open it?? lol | |
Re: You will need to download the appropriate JDBC package to use with access and add it to your classpath so it can pick up the database. Do one of the many JDBC tuts out there and im sure you will find your way. | |
Re: [url]http://java.sun.com/xml/tutorial_intro.html[/url] or [url]http://www.cafeconleche.org/books/xmljava/chapters/[/url] People will help you more if you can show you have tried.... | |
Re: the html is fine, what is in the cutenews/show_news.php file? The problem will most likley be in there. It may be that it is just trying to read the info from the wrong place | |
Re: require (or require_once) is usually used when you have database connections in seperate files. This stops it duplicating any connections | |
Re: there are hundred of password crackers out there made by software houses for legitmate reasons, use one of those, but if you want to learn how to do it then this problby isnt the place as jwenting said. Its a touchy subject because as it could be used legally on … | |
Re: hahaha, Yes I know aswell, two answers in your hand now... :D | |
Is there anyway to listen to a bool value? I have a login window that has a loggedIn boolean value, I need to watch that value in the main thread so when it changes to true it returns to the main thread and loads up the rest of the program, … | |
Re: Why dont you try making an mp3 plyer, its easy to actually play the mp3s using java classes, then you could use file io to scan a folder for mp3s, you could have playlists and loads of other stuff. It should be fairly simple to start and you can even … | |
Right, I have an app that basically copies images from a digi camera to the hdd, the user logs in and then it copies the images accross to the hdd and creates some thumbs and brings up a screen which has the thumbs so they can select what they want … | |
Re: because you have mad a bomb array but you are not telling it which element to Getpos on... you would need something like this for you method static boolean IsItABomb(int X, int Y, int elementInArray) then you could tellit which element you were trying to referance in the array or … |
The End.