Is it possible to make transparent JLabel and Colored At the same time. For Example JLabal is Red But It is transparent to see the Background Behind the JLabel.
Can someone tell me what do these 2 methods do ? private void sidePnlMouseDragged(java.awt.event.MouseEvent evt) { int x = evt.getXOnScreen(); int y = evt.getYOnScreen(); this.setLocation(x - xx, y - xy); } private void sidePnlMousePressed(java.awt.event.MouseEvent evt) { xx = evt.getX(); xy = evt.getY(); } Thanks
Richino Archer sure.. if it is borderless though that would cost you alot of coding - otherwise check this out th-cam.com/video/rHC234nGIZI/w-d-xo.html
Hi bro, I saw someone made transparent button but it was so amazing and has many color better than the normal button, Could you make one .... :)
How can you change the window according to the tabs?
Is it possible to make transparent JLabel and Colored At the same time. For Example JLabal is Red But It is transparent to see the Background Behind the JLabel.
Can you teach us how to use transparent color?
This is incredible.. gonna be giving you credit in some of my projects. much love bro
Thanks bro.
How do we make JMenu Bar , JBottun and JLabel as Transparent Color :D
Keep going well..! Good job .thanx..!
Transparent Color :D ???
where is the github link to this program?
You are very good at this! Thanks for sharing your designs! :D
Psybro Thanks and you are most welcome 😊
Bro its showing error here-> private keeptoo.KGradientPanel kGradientPanel1;
Can someone tell me what do these 2 methods do ?
private void sidePnlMouseDragged(java.awt.event.MouseEvent evt) {
int x = evt.getXOnScreen();
int y = evt.getYOnScreen();
this.setLocation(x - xx, y - xy);
}
private void sidePnlMousePressed(java.awt.event.MouseEvent evt) {
xx = evt.getX();
xy = evt.getY();
}
Thanks
Used to move the whole window.
Teach us the transparency XD
Pls make another video in every click in side choice panel theres a new frame will frame will appear pls keeptoo
А можно тоже самое сделать на IntelliJ Idea ?
any time stamp screen netbeans java gui?
make a custom resizable window
Richino Archer sure.. if it is borderless though that would cost you alot of coding - otherwise check this out th-cam.com/video/rHC234nGIZI/w-d-xo.html