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.

0 Endorsements
~6K People Reached
About Me

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.

Favorite Tags
java x 23
php x 2
xml x 1

18 Posted Topics

Member Avatar for oberle1515

but the 2 patters you are showing are the same, might help if you show us what you actually want??

Member Avatar for pritaeas
-1
479
Member Avatar for Black Knight

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 …

Member Avatar for joyal
0
1K
Member Avatar for kooben

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 …

Member Avatar for peter_budo
0
326
Member Avatar for Black Knight

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 …

Member Avatar for Black Knight
0
168
Member Avatar for apcxpc

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 …

Member Avatar for jwenting
0
393
Member Avatar for bob901

Why would you want to break a decrypted file?? Can you not just open it?? lol

Member Avatar for bob901
0
192
Member Avatar for luisator

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.

Member Avatar for jwenting
0
446
Member Avatar for niamul

[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....

Member Avatar for Black Knight
0
104
Member Avatar for flame

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

Member Avatar for Black Knight
0
173
Member Avatar for Dani

require (or require_once) is usually used when you have database connections in seperate files. This stops it duplicating any connections

Member Avatar for Black Knight
0
167
Member Avatar for SSSBoy
Member Avatar for vex
Member Avatar for miri
0
265
Member Avatar for bob901

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 …

Member Avatar for bob901
0
317
Member Avatar for nabil1983
Member Avatar for paradox814
0
284
Member Avatar for Black Knight

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, …

Member Avatar for Black Knight
0
169
Member Avatar for stupidenator

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 …

Member Avatar for stupidenator
0
231
Member Avatar for Black Knight

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 …

Member Avatar for jwenting
0
113
Member Avatar for bluesmiley

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 …

Member Avatar for paradox814
0
164

The End.