Search:

Type: Posts; User: GoodbyeWorld

Search: Search took 0.57 seconds.

  1. Replies
    4
    Views
    1,059

    Re: Too long of a number for GUI

    I removed the BorderLayout.EAST part and now it shows the scroll.



    import javax.swing.*;
    import java.awt.*;

    public class TestPanels extends JFrame
    {
    public static void main(String[]...
  2. Replies
    4
    Views
    1,059

    Re: Too long of a number for GUI

    You could try adding a JScrollPane to where you're putting the labels. (Though, if you do that, make sure to add the labels to a JPanel or something like that as adding one to a JFrame or other...
Results 1 to 2 of 2