Skip to main content

Help ME learn Java (Series 1)

Hello dudes / dudettes

      In this new series, I have new hobby to expand, like cooking, or gardening, or riding a bike. Its Java.

Image result for what the fuck is that face
Sorry for the expletives. but same

        I know its a bit weird to be talking Java today but I'm studying about that right know so someone can help me about Java Swing

       What Java Swing basically is making a screen of the program, the canvass which you input your program in. Java Swing is the interface like you see.
BUT!!
        I don't really know about it, But I know something alittle like this the basics.

Making a page is a bit difficult you need this.



SwingUtilities.invokeLater(() -> {
            JFrame frame=new JFrame("^-^");
            JButton b=new JButton("This a Test");
            b.setBounds(130,100,100,40);
            frame.add(b);
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            frame.setSize(400,500);
            frame.setLayout(null);
            frame.setVisible(true);
        });
I dont know but I need to know who to use to make input. But as the next episode I try to make it to do more


Signed by:
The Thinkerer

Comments

  1. how to install java in laptop in a easy way???

    ReplyDelete
    Replies
    1. Hi Karylle, Search jdk downloads in the net and the link from oracle.com has you covered. I suggest downloading Jdk 8 (32bit or 64bit depending on you laptop) for some stability

      -The Thinkerer

      Delete
  2. Where did you learn Java Swing?

    ReplyDelete
    Replies
    1. Hello Bilyo, I learn it while searching in google. I stumbled to it while reading things about java. Hope that helps!

      -The Thinkerer

      Delete

Post a Comment

Feel Free To Comment in any language you want ^-^

Popular posts from this blog

One Little Redmi Dream (Series 1)

When I got my little phone that I save for whole 6 months. It cost me 7,600 Php just to buy this phone. I barely ate just to shorten my the days before to buy this phone. I traveled to Baclaran with 7,600 in our pockets just to buy this phone. For Reference This is my last Phone: A Samsung Galaxy S4, Its a bit old and on its last legs. It's fine though, Now On its new case looking new. But deep inside, There is no sim (not a stupid joke but actually it cant read sims anymore) He DED Some may say: -Why did you go for such great lengths to buy such phone?. -There is some phone that just costs 1,000Php that perfectly suits your needs!! Are you Flexin' my dear? I cant shell out 10,000 because im a student :( -"Sir, Sir  Siir! Oppo/Vivo Sir! Beauty Cam! Selfie Cam! gwagwapo ka sir!" Ugly Phone for 6,999 Php        I need to defend my self because me as a person would not eat the whole day just to have a phone, and I'm not that typical person wh...

Unlock Your Snapdragon Camera with some little trick!

Hello Guys and Gals,           Do you have any phone with latest Snapdragon Processor? Here is a guide that transforms your Vivo camera to an Actual Camera Unlike some placebo effects or filters this enhances the quality of your phone! You think I am lying? See this pics below for proof Pics taken from the same camera and the same distance Pics taken from the same camera and the same distance         Looks like the phone is taken from two different cameras! You can clearly see that details from the pictures are clearly showed especially in those two windows. Share us the Sauce!!       It is in this site: https://www.celsoazevedo.com/files/android/google-camera/ . There are recommended version listed there. Just Install the recomended apk for you!!! On The Settings click the top right click advanced then turn hdr settings. Also, On the hdr settings, click the hdr options and select nexus 6p for...