java - Custom components that can extend beyond their container's bounds - how? -



java - Custom components that can extend beyond their container's bounds - how? -

let's have jpanel size 200 x 200, custom combo-box-type component dropdown list should able extend outside of 200 x 200 jpanel.

the problem i'm facing dropdown either doesn't 'paint' outside bounds of container, or container sized according dropdown.

how can add together component container allows component extends beyond bounds of container? how java jcombobox internally?

simply utilize jpopupmenu dropdown. jpopupmenu internally handle painting @ , beyond edges.

java swing layout

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -