• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Applet Problem

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi EveryBody!
I have made an applet and it is working nice in Internet Explorer. But whenever I want to see this applet in NetscapeCommunicator(Ver: 4.7)the settings of the applet is being changed and it looks ugly.This state of thing has remain unchanged in case of Opera 3.0. Could any one tell me what should I do to overcome this situation? For your kind information I am using windows 2000 server OS although my PC is no connected to any network.
Kudrat
------------------
Kudrat
MSS,Dhaka University.
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is "ugly"? What LayoutManager are you using?
 
Ranch Hand
Posts: 2379
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kudrat,
You are by default using FlowLayout Manager and when u want some specific positioning of ur components in applet, u may go for GridBagLayout or other Layout Managers to rescue ur applet.
Watch out Layout Managers in any Java book!

------------------
azaman
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic