Search:

Type: Posts; User: ciliegia

Search: Search took 0.23 seconds.

  1. Replies
    8
    Views
    1,063

    Re: GUI freezes instead of showing JProgressBar

    What is that you don't understand? You have to copy and paste the code in NetBeans /eclipse/etc... in a class and then call it in the main class...
  2. Replies
    8
    Views
    1,063

    Re: GUI freezes instead of showing JProgressBar

    Why can't you?
  3. Replies
    8
    Views
    1,063

    Re: GUI freezes instead of showing JProgressBar

    Thank you I'll keep it in mind for the next time. Any help? thanks
  4. Replies
    8
    Views
    1,063

    GUI freezes instead of showing JProgressBar

    https://i.ibb.co/SJPQQvb/progress.png

    This is what I see, but I shoulw see somthing like this:
    https://i.ibb.co/YQh2J87/progress.png

    this is my code



    JFrame frame = new JFrame();
  5. Replies
    3
    Views
    1,453

    Re: Stop JSplitPane from going up

    JSplitPane splitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT);

    home.panel_tabella_vendi.setPreferredSize(new Dimension(0, 150));
    JPanel sotto = new JPanel();

    ...
  6. Replies
    3
    Views
    1,453

    Stop JSplitPane from going up

    When I drag the JSplitPane I want it to stop at a certain point... how do I do that? Thank you
    It can stretch horizontally as much as it pleases but when I grag it vertically I want it to stop at a...
Results 1 to 6 of 6