swing - make half jframe transparent using java -
i creating jframe
form using netbeans .is possible make transparent half portion of jframe
, remaining half portion same . if use opacity property applies on full portion of jframe
how possible make portion of jframe
transparent using java swing.
you try using non transparent panel half of frame don't want transparent , rest use setopacity();
Comments
Post a Comment