i want to retrieve data from DB and send these to applet. but i have 2
questions: 1- how can i show data in applet?(i must using java
controls like label?) 2- height and width of applet isn't fixed
(depend of number of data that i must shown) how can i set this from
code? if i don't place width and height of applet in applet tag, it's
change dynamically?