CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: andreas81

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    1,432

    Re: Array methods... link?

    Indeed :) I've deduced as much from their attempts to answer my question about a generic method signature. In fact, I would like to ask you that! How would you "read" the following signature. It is...
  2. Replies
    5
    Views
    1,432

    Re: Array methods... link?

    Ah, that explains why there are no parenthesis after calling the <array>.length, not even my professor coupld tell me why when I asked him, he thought it was just the way it was implemented.

    Very...
  3. Replies
    5
    Views
    1,432

    Array methods... link?

    Hi, just a quick question I have...

    I would like to look up all of the methods available to all arrays. By that I mean, if I create an array of String like this:

    String[] a = new String[10];
    ...
  4. Replies
    4
    Views
    2,159

    Re: Need Urgent help with my java project..

    Now I'm curious... how come it's so private? If you dont mind sharing why with the world that is :)

    Btw, speaking from my own (little) experience from this forum, if u just supply some code you...
  5. Replies
    13
    Views
    3,966

    Re: GridBagLayout, driving me nuts...

    Ok so basically there's nothing "wrong" with my gridbagconstraints settings, as long as I add something to each panel their respective and relational size should be somewhat correct and consistent...
  6. Replies
    13
    Views
    3,966

    Re: GridBagLayout, driving me nuts...

    Ok, I think I understand... However, I now have a different issue :/

    It seems that for some reason, if I have 3 panels arranged, adding my jscrollpane to my leftmost pane will increase its...
  7. Replies
    13
    Views
    3,966

    Re: GridBagLayout, driving me nuts...

    It doesn't. Cons2 is for panel p2, taking up 1 gridcell at the topright corner of the frame. Inside that panel, I place another panel p21,cons21. This one I want to be 3x1 gridcells, assuming that I...
  8. Replies
    13
    Views
    3,966

    Re: GridBagLayout, driving me nuts...

    I have a followup question here...

    I am experimenting with adding an extra JPanel inside the jpanel located in the topright corner of the frame. The thing is I want to have 3 buttons in the...
  9. Replies
    13
    Views
    3,966

    Re: GridBagLayout, driving me nuts...

    Alright, once again thanks for the help, I appreciate it!
  10. Replies
    13
    Views
    3,966

    Re: GridBagLayout, driving me nuts...

    Hi again.

    I'm messing around a bit, and I was wondering, is there any particular reason I should have to place the JScrollPane inside a JPanel? Just adding the JScrollPane with its link to the...
  11. Replies
    13
    Views
    3,966

    Re: GridBagLayout, driving me nuts...

    Just ran a quick test and the weightx/y seems to do the trick indeed!

    You sortof opened my eyes to how to use those two parameters, I read somewhere that they should generally be set to be between...
  12. Replies
    13
    Views
    3,966

    GridBagLayout, driving me nuts...

    Hi guys.

    I'm trying to set up a simple GUI for a program using GridBagLayout. I've read alot about this class and feel like I know pretty much how it *should* work but it's just refusing to do...
Results 1 to 12 of 12





Click Here to Expand Forum to Full Width

Featured