Thread: Trying to Learn HELP

Results 1 to 2 of 2
  1. #1 Trying to Learn HELP 
    Registered Member
    Join Date
    Feb 2015
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    So i get it, this is a noob/dumb/just stop now question and most likely going to get hate for it. But i am wondering on how to change the background of a Launcher to a picture. I am messing with the "FoxTrot" Launcher and currently its just set to "background color". Any help would be awesome thank you!!

    // Frame Settings
    public static final Dimension frameSize = new Dimension(1100, 600);
    public static final Color borderColor = new Color(0, 0, 0);
    public static final Color backgroundColor = new Color(30, 30, 30);
    public static final Color primaryColor = new Color(252, 138, 10); // 226, 166, 59
    public static final Color iconShadow = new Color(0, 0, 0);
    public static final Color buttonDefaultColor = new Color(0, 0, 10);
    Reply With Quote  
     

  2. #2  
    Development Services

    Tutus Frutus's Avatar
    Join Date
    Feb 2018
    Posts
    466
    Thanks given
    228
    Thanks received
    217
    Rep Power
    687
    Quote Originally Posted by michael0178 View Post
    So i get it, this is a noob/dumb/just stop now question and most likely going to get hate for it. But i am wondering on how to change the background of a Launcher to a picture. I am messing with the "FoxTrot" Launcher and currently its just set to "background color". Any help would be awesome thank you!!

    // Frame Settings
    public static final Dimension frameSize = new Dimension(1100, 600);
    public static final Color borderColor = new Color(0, 0, 0);
    public static final Color backgroundColor = new Color(30, 30, 30);
    public static final Color primaryColor = new Color(252, 138, 10); // 226, 166, 59
    public static final Color iconShadow = new Color(0, 0, 0);
    public static final Color buttonDefaultColor = new Color(0, 0, 10);
    https://www.tutorialspoint.com/how-t...jframe-in-java

    https://stackhowto.com/how-to-set-ba...in-java-swing/

    Attached image
    Attached image
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Just trying to be helpful..
    By Sub in forum Spam
    Replies: 5
    Last Post: 06-08-2012, 02:43 AM
  2. Replies: 10
    Last Post: 10-21-2011, 11:37 AM
  3. Trying to learn [HELP]
    By test2457 in forum Help
    Replies: 7
    Last Post: 07-09-2011, 02:41 AM
  4. Trying to learn some Java, HELP!
    By Ardy in forum Help
    Replies: 15
    Last Post: 11-13-2009, 08:34 PM
  5. Replies: 1
    Last Post: 05-12-2009, 06:23 PM
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •