Search:

Type: Posts; User: Manish87

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    3,246

    [SOLVED] Re: Can't get JFreeChart to work

    Hi Igniteflow,

    Download Jfreechar from here Download JFreeChart from SourceForge.net

    once downloaded extract the file onto your desktop!,once extracted,open up netbeans -> right click on the...
  2. Replies
    8
    Views
    2,343

    [SOLVED] Re: setPrefferedsize not working?

    Hello,

    Well i finally figured out what the problem was with the code.Read the oracle turotial on boxlayout for like nearly 14 times and finally got it!*Sigh*. Neways key point of the BoxLayout...
  3. Replies
    2
    Views
    2,380

    Re: Button with Dropdown Menu?

    Hi,

    Thanks for the reply copeg.

    1.Well,is it possible to have Submenus in combo box? I.e Update button(placed on toolbar) has several menus item in it and each menu item has several sub menu's...
  4. Replies
    2
    Views
    2,380

    Button with Dropdown Menu?

    Hi There,


    I am working on the swing application,and in my application i have a toolbar with a no of button's placed on them.Now from the buttons that are placed on the toolbar,some of them...
  5. Replies
    8
    Views
    2,343

    [SOLVED] Re: setPrefferedsize not working?

    Hello,


    Well sir thank you for the reply,As you directed,if i change the layout of the Contentpane from BoxLayout to flowLayout,the setPrefferedSize() comes into play and the panel appears at the...
  6. Replies
    8
    Views
    2,343

    [SOLVED] Re: setPrefferedsize not working?

    Hi,

    Thanks for the reply sir,as you had pointed out some of the error in the code,i have modified it according to it!.But the problem of resizing of panel in the box layout container still...
  7. Replies
    8
    Views
    2,343

    [SOLVED] Re: setPrefferedsize not working?

    Hello,


    Thanks a ton for the reply copeg.


    Yes,i did go through the link posted by you,Learned some new things about the layouts.

    Neways from the box layout section of the link you posted...
  8. Replies
    8
    Views
    2,343

    [SOLVED] setPrefferedsize not working?

    Hi,

    scenario:

    i was working on a swing application,which involved placing one panel inside another hence i placed the panel2(layout:borderlayout) inside another panel1(layout: box layout),but...
  9. Re: Generate prime numbers within fiboncacci series?

    Hi,

    Thank You so much for the reply helloworld and norm. Yeah, i will surely post my output next time when i post a question.



    i had a few question on the program.


    1) why is RETURN ...
  10. Generate prime numbers within fiboncacci series?

    Hey,

    i am new to java programming,and i am working a simple program that generate prime numbers whithin the generated fibonacci series,i tryed a lot to track the error out,but its just not...
Results 1 to 10 of 10