Search:

Type: Posts; User: yetisunny

Search: Search took 0.17 seconds.

  1. Replies
    2
    Views
    1,226

    looping through a big number quickly

    I've thought about this for a bit and when you're using a for loop and you for some reason have to loop through a number like:

    100000000000000000000000000000000000000000000. ( idk why you would...
  2. How do i make my Jbutton ( with icon ) keep his collors when i disable him?

    I made a Jbutton:

    private JButton button1 = new JButton();

    then my icon

    ImageIcon icon = new ImageIcon("imagepath");

    button1.setIcon(icon)
Results 1 to 2 of 2