Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.07 seconds.

  1. Replies
    10
    Views
    6,752

    Re: Dynamically Sized Scrollable JPanels

    The company I work for isnt too wild about the idea of external libraries. As is, we are purchasing SmartXLS for this particular project.
  2. Replies
    10
    Views
    6,752

    Re: Dynamically Sized Scrollable JPanels

    Ok, so I overlooked something very significant when I wrote my code example earlier. The Scrollable Panel does not just contain the JLabel. Specifically, my full program's Scrollable Panel will...
  3. Replies
    10
    Views
    6,752

    Re: Dynamically Sized Scrollable JPanels

    This is the best I could do to replicate the issue in a way that I can actually show (work restrictions):


    import javax.swing.*;
    import java.awt.event.ActionEvent;
    import...
  4. Replies
    10
    Views
    6,752

    Re: Dynamically Sized Scrollable JPanels

    Well, when the JFrame is begins there is not image on the JLabel. It is only after the user's input does an image load. Before then, I have no idea what the size of the image will be.

    So I added...
  5. Replies
    10
    Views
    6,752

    Dynamically Sized Scrollable JPanels

    Can anyone help me figure out how to create a dynamically sized scrollable JPanel?

    Here is a snippet of my code:

    JPanel outputPane = new JPanel();
    outputPane.setPreferredSize(new...
Results 1 to 5 of 5