Search:

Type: Posts; User: chronoz13

Search: Search took 0.09 seconds.

  1. Re: how to make a simple JButton on a JFrame window?

    this one..


    public class SwitchSample4_EnumType {

    private static enum Day {

    MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY
    }
  2. Re: how to make a simple JButton on a JFrame window?

    and i think i didnt post any particular cases in which i have to use a jbutton... im gonna check my console files first.. then ill post any codes here to convert it's input routines into a JButton...
  3. Re: how to make a simple JButton on a JFrame window?

    ahh so its not that easy to make the JButton as a simple input routine for my program...

    any tnx for the information guys,,, ill post any further questions if necessary , coz i dont know how...
  4. Re: how to make a simple JButton on a JFrame window?

    yes of course...

    do i need to add the jbutton in a content pane?

    i know how to instantiate a Jbutton object. i just dont know how to add it in the frame and how to use it as an input routine
  5. how to make a simple JButton on a JFrame window?

    can anyone show me a demo how to make a JButton in a JFrame window...
    please.. dont have any idea how to do it...


    ill make it an input statement for some of my codes here.... i want to try...
Results 1 to 5 of 5