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

Search:

Type: Posts; User: rarryawn

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,407

    Re: GridBagLayout problem

    I can't believe it was that simple! Thank you!
  2. Re: Help with dynamic programming, knapsack problem

    Hi, I wasn't able to spot the problem but here is the code indented if its any help to the others!:



    public Knapsack packDP(int capacity)
    {
    //initialize 2d array
    Knapsack [][]...
  3. Replies
    2
    Views
    1,407

    GridBagLayout problem [RESOLVED]

    Hi,

    The problem is with a GridBagLayout inside a JFrame, I've spent so many hours trying to get this to work the way I would like but to no avail. The green arrows in the attached picture should...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured