How to Make Sliding Sidebar in Java Netbeans

Sdílet
Vložit
  • čas přidán 1. 04. 2019
  • Hello guys, today i'll show you how to make sliding sidebar in java using Netbeans IDE, if the any question, please leave it in the comment bellow.
    You can download this project here:
    #Java #SlidingSideBar
    Like & Subscribe

Komentáře • 37

  • @syedasadmanzoor
    @syedasadmanzoor Před 3 lety

    Wonderful.. Really informative and helpful, thanks

  • @ryanbeuval3650
    @ryanbeuval3650 Před 2 lety

    Uwah, kren min...Thx

  • @codefire.
    @codefire. Před 2 lety

    Helpful ✨ thank you ☺️

  • @yassinenacif418
    @yassinenacif418 Před 4 lety +2

    Just excellent! Quiet helpful!

  • @vanson9114
    @vanson9114 Před 4 lety +2

    You help me so much, bro. Wish you have a nice day

  • @ahsantahseen6531
    @ahsantahseen6531 Před 3 lety

    Thanks Bro!

  • @memo66iraq35
    @memo66iraq35 Před 3 lety

    hello dear, this slider is move from right to left, how can change it to move from left to right

  • @xuanmanhdao
    @xuanmanhdao Před 2 lety +1

    Why did you set x=210?

  • @eroldramos3018
    @eroldramos3018 Před 4 lety +1

    nice name blessing software from saekano

  • @dineshsunny7078
    @dineshsunny7078 Před 4 lety

    I want a button such that when ever I place my mouse on it the button should transform or scale its size.......if any know it pls respond

    • @x_who7056
      @x_who7056 Před 4 lety

      If your button is an image, you can create a second image with different size, and add that second image in the [Rollover] option on the properties panel. There is something similar in this video: czcams.com/video/svVosIP6_kY/video.html

  • @mariambenslimene5476
    @mariambenslimene5476 Před 4 lety

    how can i get the logo!

  • @vhanzbustamante3418
    @vhanzbustamante3418 Před 6 měsíci

    Why I can't combine those 2menu icons

  • @jamalboujbari6167
    @jamalboujbari6167 Před 3 lety

    Thank you bro can you tell me how I can get the logos.

  • @JimmyComcast
    @JimmyComcast Před 6 měsíci

    hmm i dont see the link, brother

  • @Ndyaa-zf1qs
    @Ndyaa-zf1qs Před 8 měsíci

    Where the link

  • @imbarumbara8587
    @imbarumbara8587 Před 4 lety +1

    source codenya bang

  • @mohammadrifai5097
    @mohammadrifai5097 Před 5 lety

    Source code plz

  • @syedasadmanzoor
    @syedasadmanzoor Před 3 lety

    the download link u have given contains virus

  • @lawalidouja7138
    @lawalidouja7138 Před 4 lety

    code source slvp

  • @wahied_hasyim7031
    @wahied_hasyim7031 Před 4 lety

    saya Download ga bisa bisa

    • @BlessingSoftware
      @BlessingSoftware  Před 4 lety +1

      Bisa bro, klik deskripsi terus ikutin aja link nya sampai ke gugel drive

    • @wahied_hasyim7031
      @wahied_hasyim7031 Před 4 lety

      @@BlessingSoftware iya akhirnya bisa bro.
      makasih bro. sukses

  • @gabrielalmeida1386
    @gabrielalmeida1386 Před 4 lety

    very ads on download link bro

  • @dannlpz5019
    @dannlpz5019 Před 4 lety

    Code?

  • @EdwardNorthwind
    @EdwardNorthwind Před rokem

    This is complete idiocy! It doesn't matter what IDE you develop it in?! What matters is the technology you use!

  • @arrow2378
    @arrow2378 Před rokem +2

    private void labelcolor(jlabel label1){
    label.setBackground(new java.awt.color(53,162,107));
    }
    private void resetlabelcolor(jlabel label1){
    label.setBackground(new java.awt.color(54,70,78));
    }
    if(x==210){
    jPanel2.setSize(210,552);
    Thread th=new thread(){
    @override
    public void run(){
    try{
    for(int i=210,i>=0;i--){
    thread.sleep(1);
    jPanel2.setSize(i,552);
    }
    }
    catch(Exception e){
    JOptionPane.showMessageDialog(null,e);
    }
    }
    };th.start();
    x=0;
    }
    if(x==0){
    jPanel2.show();
    jPanel2.setSize(x,552);
    Thread th=new thread(){
    @override
    public void run(){
    try{
    for(int i=0,i