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...
  4. Thread: Stack Array..

    by qaromi
    Replies
    2
    Views
    2,898

    Re: Stack Array..

    anyway, im doin some home that my lecturer gave to me, so here what i done so far...

    import java.util.*;
    public class Usestack {
    public static void main(String args[]){
    Scanner sc;
    ...
  5. Thread: Stack Array..

    by qaromi
    Replies
    2
    Views
    2,898

    Stack Array..

    can somebody tell me how to create stack array in easy way and can make me and others like me easy to understand? please:D
  6. Replies
    1
    Views
    6,244

    how to output using JLabel?

    here my question...
    When user clicks CALCULATE button, display total amount of loan with interest (use JLabel to display the text).
    But if user has entered an invalid input (such as character,...
  7. Replies
    7
    Views
    8,175

    Re: Help me this please..

    aa... i put this in class same like u did... it said "Add @Override Annotation", is it something wrong?

    in this code, how to do the input the fan is on or off, like if i said on, they switch on,...
  8. Replies
    7
    Views
    8,175

    Re: Help me this please..

    oh i see... u put toString() method at public class.. that method for if-else right?
    so u make new caller to call that method... am i rite?

    i think this 1 no need to write..

    Fan fan = new...
  9. Replies
    7
    Views
    8,175

    Re: Help me this please..

    anyway i duno the last 1. number 8... how to combined?
    toString()? is it new method? can show me?
  10. Replies
    7
    Views
    8,175

    Design of class named Fan to represent a Fan

    Hello programmers ^^
    i 'am new here... so..
    i got assignment from my lecture.
    this is the first assignment.

    before this my lecture teach me about how to make a cake using constructor. but i...
Results 1 to 10 of 10