Forum: Java Oct 18th, 2009 |
| Replies: 4 Views: 246 No worries, thanks for trying. If anyone has any other ideas i would love to know. I know you can do this in python, i thought java would have the same functionality. :P |
Forum: Java Oct 17th, 2009 |
| Replies: 4 Views: 246 yeah, the only problem with having transparent frames is that i would like the user to be able to click the things on the other side of the frame, so that it is not "taking up" the focus.
If that... |
Forum: Java Oct 17th, 2009 |
| Replies: 4 Views: 246 Hi,
I have been trying to get a java program that draws a line directly on the screen. I have made ones that draw on JApplets and JFrame's but i cant work out how i can draw directly on the screen... |
Forum: Java Oct 17th, 2009 |
| Replies: 6 Views: 486 Is there any way that i could change that? Or is that just set for the JApplet and JFrame? |
Forum: Java Oct 15th, 2009 |
| Replies: 6 Views: 486 I just noticed that when i had this as just a JFrame swing application it worked perfectly and just how i wanted it. So, is there perhaps something about the way that a JApplet displays it that could... |
Forum: Java Oct 14th, 2009 |
| Replies: 6 Views: 486 I put that line of code in just before where i set the icon on the button and nothing happened. Is this because i put it in the wrong place? Or do i need a different solution? |
Forum: Java Oct 14th, 2009 |
| Replies: 6 Views: 486 I am making a slider puzzle applet. And i have this problem when i display it as an applet my buttons do not seem to act the same was as they did before i made it into an applet by using a JApplet... |
Forum: Java Mar 27th, 2009 |
| Replies: 8 Views: 1,235 WWOOOOOO!!! Thankyou! That is perfect!
<APPLET codebase="classes" code="sort2/Main.class" width=800 height=300></APPLET>
That is the code that worked in the end. Gosh, i am so happy now. Thanks... |
Forum: Java Mar 27th, 2009 |
| Replies: 8 Views: 1,235 Just wondering, if no-one can solve this where should i go for help? Is there a specific java forum somewhere on the web that would be able to help me with this? |
Forum: Java Mar 24th, 2009 |
| Replies: 8 Views: 1,235 Yeah now i get this:
load: class Main not found.
java.lang.ClassNotFoundException: Main
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at... |
Forum: Java Mar 22nd, 2009 |
| Replies: 8 Views: 1,235 So now my file looks like this:
<html>
<applet code="Sorter"
width="800" height="300"
CODEBASE="C:\Documents and
Settings\Paul\My
Documents\NetBeansProjects\Sort2\build |
Forum: Java Mar 21st, 2009 |
| Replies: 8 Views: 1,235 Hi
I have a sorting applet that implements Bubble Sort and Insertion sort, and i have a couple of classes in my program. I made it using netbeans and i have no main class, and when i run it using... |
Forum: Java Jan 22nd, 2009 |
| Replies: 11 Views: 3,037 Well im voting for the scanner. Thats how i learnt and thats how i go, i dont find anything wrong with it so i stay that way.. addmitedly i really dont know a thing about Buffered Reader anyway, so... |
Forum: Java Jan 19th, 2009 |
| Replies: 1 Views: 277 Hi
When using java, for almost all the time i just use java.swing for my applications that i make, yet when using other programming languages i often find that the GUI toolkit that comes bundled... |
Forum: Java Jan 19th, 2009 |
| Replies: 1 Views: 575 Hi
I have been using java.swing for my GUI programs so far and i kinda hit a brick wall, and i think its a stupid one on my account, i cant find a way for something to load a html file to the screen... |
Forum: Java Sep 6th, 2008 |
| Replies: 2 Views: 451 Hi guys
Im pretty new to java after programming with python for about a year i thought i'd give it a go. I did have a quick question though.
How would i check for membership in a string.
For... |