I'm trying to set up jButtons with different images like such
- h t m l ---
.
- h t m l
the images are read in like thus
> Pete Wyckoff writes:
Pete> [EMAIL PROTECTED] said:
>> I'm trying to do drag'n'drop with Swing in JDK 1.2 pre1. However, all
>> the examples I've managed to find (well, all two of them, from
>> MiningCo and JavaWorld) give me this when I try to drag something:
>>
>>
[EMAIL PROTECTED] said:
> I'm trying to do drag'n'drop with Swing in JDK 1.2 pre1. However, all
> the examples I've managed to find (well, all two of them, from
> MiningCo and JavaWorld) give me this when I try to drag something:
>
> java.awt.dnd.InvalidDnDOperationException: The operation reques
You would need to have the Java code call a cgi script or servlet that resides
on the remote host. The cgi or servlet could then write to its local machine.
You are correct about the java.io.*. You would need to use the java.net.* api.
to run the script.
Michael Holst wrote:
> Hello,
>
> I'm no
Help,
I keep getting a NullPointerException when trying to load the following aplpet.
Can someone please help - it's 1 of 6 programs I'm writting for my final in an
intro to java class and I haven't been able to track down the problem. Below is
the output of the java console and the applet and ht
Hello,
I'm not a Java newbie, but I am not too familiar with the networking
classes of our dear "write once, run anywhere" language.
The problem is the following, I need to let an applet write a file to a
specified http address in order for it to work correctly. How do I
acomplish this? If I am c
I'm trying to do drag'n'drop with Swing in JDK 1.2 pre1. However, all
the examples I've managed to find (well, all two of them, from
MiningCo and JavaWorld) give me this when I try to drag something:
java.awt.dnd.InvalidDnDOperationException: The operation requested cannot be performed
by the Dn