Search:

Type: Posts; User: xchan

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    1,341

    Re: swing layout problems

    those steps completed the answer to my problem :) thank you!
  2. Replies
    6
    Views
    1,341

    Re: swing layout problems

    I cant event reply... mods are preventing me to -_-


    EDIT:


    package components;

    import java.awt.*;
    import javax.swing.*;
  3. Replies
    6
    Views
    1,341

    Re: swing layout problems

    import java.awt.*;
    import java.awt.geom.Ellipse2D;
    import javax.swing.ImageIcon;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.WindowConstants;

    public class...
  4. Replies
    6
    Views
    1,341

    swing layout problems

    I wanted to make my buttons round, 2018. Basically, i know how to make round buttons, it is by making a class that extends JButton and do some paint stuff - BUT, when i try to add the button to the...
Results 1 to 4 of 5