User Profile

Collapse

Profile Sidebar

Collapse
khushib
khushib
Last Activity: Sep 8 '08, 07:39 PM
Joined: Jul 16 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • khushib
    started a topic Time Complexity

    Time Complexity

    Hello
    Can you please let me know how to find the growth function and order of following loop?

    for(int i=0; i<n; i*=2){
    /* O(1) steps
    }


    Thanks!
    See more | Go to post

  • khushib
    replied to GUI Component Alignment
    in Java
    Which LayoutManager would work for me? FlowLayout, GridLayout or BorderLayout... .


    Thanks,
    Khushi
    See more | Go to post

    Leave a comment:


  • khushib
    started a topic GUI Component Alignment
    in Java

    GUI Component Alignment

    Hello
    I have written a tesing program. Here is a image of that:



    This is how I want it to look like:

    OK(button) on the right side of my first row.

    Snap to Grid(CheckBox), X:(Label), 8(textBox) on second Row

    Rest on third row.

    I tried using setHorizontalAl ignment method from Component class, But it doesn't work.

    Anyone have any...
    See more | Go to post
No activity results to display
Show More
Working...