March 27th, 2012 06:33 PM
Thanks, but I initially headed in that direction, but it had a few problems:
1) The item being dragged remains on-screen while I need to make it look like the object is being moved.
2) The...
March 27th, 2012 02:32 PM
Basically the JLayeredPane's getComponentAt() will literally return the component at the spot you specify, so if you are using the drag layer to move a component around a call to getComponentAt()...
March 27th, 2012 11:47 AM
I am working on an application that uses a JLayeredPane. I'm using the drag layer for a "drag-n-move" operation and I would like to determine what other child component the drag is occurring upon.
...
November 29th, 2011 09:42 AM
BTW: After making my post yesterday I literally gave up and went off to other tasks, most of which didn't even involve this computer. Today I screwed around on the web a little bit, clicked over to...
November 29th, 2011 09:39 AM
This is all it is:
import java.awt.*;
public class RootApplet extends javax.swing.JApplet {
int number;
public void init() {
November 28th, 2011 02:13 PM
I'm learning Java right now and this is probably an extremely basic question as I have only reached lesson 4 in "Teach Yourself Java in 24 Hours 6th Edition"
Anyway, in this lesson we create our...
April 23rd, 2008 07:21 PM
Well, here's what the problem was.
First, the path must be only the path (with the double NULL termination). No wildcards:
const wchar_t g_wsz_DriverBackupFolder[] = L"C:\\Sample\0\0";
...
April 23rd, 2008 07:08 PM
I have no window because this is just a plain and simple console app.
April 23rd, 2008 07:07 PM
Can't use it. This is a plain and simple console app that does not use MFC.
April 23rd, 2008 05:05 PM
Because I'm trying to delete all files from the folder.