How to Make Sliding Sidebar in Java Netbeans

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

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

vanson
Автор

there's an error to the code for jlabel3 and 2 mouse click JOptionPane and sleep.I don't know how to fix it but the menu slide was still working

jasminemichaelay.espiritu
Автор

Wonderful.. Really informative and helpful, thanks

syedasadmanzoor
Автор

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

memoiraq
Автор

Why I can't combine those 2menu icons

vhanzbustamante
Автор

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

dineshsunny
Автор

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

jamalboujbari
Автор

nice name blessing software from saekano

eroldramos
Автор

the download link u have given contains virus

syedasadmanzoor
Автор

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<=x;i++){
thread.sleep(1);
jPanel2.setSize(i, 552);
}
}
catch(Exception e){
JOptionPane.showMessageDialog(null, e);
}
}
};th.start();
x=210;
}

arrow
Автор

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

EdwardNorthwind
join shbcf.ru