From: Ruben M. <ru...@un...> - 2001-10-09 13:55:34
|
>noch 'ne Frage -- warum machst Du diese "setBounds" Sachen und dann >auch noch mit statischen Werten? Sollte der Layout-Manager das nicht >automatisch anorden? because with a LayoutManager, i would need more components to structure the existing ones. since the dialog is not resizable anyway (at the moment) i wouldn't think that's necessary. changes: - abort() is now public - comments added - isHideTyping() now returns a boolean instead of void and no longer calls setHideTyping. instead, the ActionListener for the checkbox has been changed to do setHideTyping(isHideTyping()) - several loops overwriting the internal char[] have been replaced with calls to clearPassPhrase() - which actually does the same. - the "hide typing" checkbox is now static. .rm |