Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #517

Re: JTextField - how to d

From "Brandon McCombs" <brandon.mccombs@THRWHITE.remove-dii-this>
Subject Re: JTextField - how to d
Message-ID <4594474c$0$18151$4c368faf@roadrunner.com> (permalink)
Newsgroups comp.lang.java.gui
References <1167304576.838208.126060@79g2000cws.googlegroups.com>
Date 2011-04-27 15:27 +0000
Organization TDS.net

Show all headers | View raw


  To: comp.lang.java.gui
dako wrote:
> mearvk napisal(a):
>> dako wrote:
>>> Hi!
>>>
>>> Has anybody an idea, how to do it? I'll be lucky.
>>>
>>> Regards, dako
>> Have you tried JTextField.setEditable(false) ?
>>
>> If this isn't the problem could you try and make the problem a bit
>> clearer?
>>
>> Mearvk
> 
> OK, I'll try explain the problem more clearly :)  even though I have't
> felt comfortable writing EN yet...
> 
> I don't need to disable selecting the component for a while or ages...,
> but only text within the component.
> 
> I hope, it's an enough discribe my problem.
> 

setEnabled(false) and setEditable(false) are different and 
setEditable(false) would be what you want to prevent people from putting 
text in it. Disabling the component is done by setEnabled() which wasn't 
what Mearvk proposed to you.

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

Back to comp.lang.java.gui | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: JTextField - how to d "dako" <dako@THRWHITE.remove-dii-this> - 2011-04-27 15:27 +0000
  Re: JTextField - how to d "Brandon McCombs" <brandon.mccombs@THRWHITE.remove-dii-this> - 2011-04-27 15:27 +0000
    Re: JTextField - how to d "dako" <dako@THRWHITE.remove-dii-this> - 2011-04-27 15:27 +0000
    Re: JTextField - how to d "dako" <dako@THRWHITE.remove-dii-this> - 2011-04-27 15:28 +0000
      Re: JTextField - how to d "mearvk" <mearvk@THRWHITE.remove-dii-this> - 2011-04-27 15:28 +0000
        Re: JTextField - how to d "dako" <dako@THRWHITE.remove-dii-this> - 2011-04-27 15:28 +0000
      Re: JTextField - how to d "Real Gagnon" <real.gagnon@THRWHITE.remove-dii-this> - 2011-04-27 15:28 +0000
        Re: JTextField - how to d "dako" <dako@THRWHITE.remove-dii-this> - 2011-04-27 15:28 +0000

csiph-web