Search:

Type: Posts; User: qaromi

Search: Search took 0.11 seconds.

  1. Re: drag item or insert item into new Jlabel in JPanel

    thanks for your information...

    but here my code (i modify it)...


    public class DragLabel extends JFrame
    {
    JPanel tpan = new JPanel();
    JToolBar fpan = new JToolBar();
  2. Re: drag item or insert item into new Jlabel in JPanel

    "Field" mean JPanel.when i drag the label into the panel..then how to put text or icon in that label. means, how i want to edit that label..and how to move that label when i already drag it on the...
  3. drag item or insert item into new Jlabel in JPanel

    Hello all programmers, i need help! please help me... how to input or insert text, icon, or table into new label in panel field? and how to drag them?
    here my code... i only can do drag new label...
Results 1 to 3 of 3