Search:

Type: Posts; User: fagus

Search: Search took 0.08 seconds.

  1. Replies
    11
    Views
    6,654

    [SOLVED]Re: Java.swing JScrollPane

    okay thanks a lot I got it working finaly

    the code:

    package h03;

    import javax.swing.JFrame;

    public class Scrollbars extends JFrame
    {
  2. Replies
    11
    Views
    6,654

    Re: Java.swing JScrollPane

    Okay
    The code for the window is:


    package h03;

    import javax.swing.JFrame;

    public class scrollbars extends JFrame
    {
  3. Replies
    11
    Views
    6,654

    Re: Java.swing JScrollPane

    Thanx but it doesn' work. Now I have a scrollbar, but no result field.
  4. Replies
    11
    Views
    6,654

    Re: Java.swing JScrollPane

    It stops at number 1 if you other a number of 3 digits or less. But my problem is that I can 't get the scrollbars in the resultfield ... .
    Fagus
  5. Replies
    11
    Views
    6,654

    Java.swing JScrollPane

    Hello

    I 'm new to java and I have trouble adding scrollbars to the textArea of my program. The program makes a kind of magical calculation and displays the result - a lot of numbers - in a...
Results 1 to 5 of 5