Advertisement
Nickname
darfin
Registered since:
June 18, 2004
Short bio:
 
Home page:
 
Total posts:
1

Forum posts by joel:

1 page [ 1 ]
Posted in Java Answers Forum, Jun 18, 2004, 5:36 PM
hello, im just learning to use the SWT with Eclipse. But im having a few problems with it.heres my code:Text read = new Text(shell, SWT.BORDER | SWT.H_SCROLL | SWT.V_SCROLL); read.setSize(1,100); read.setEditable(false); read.setText("Read here"); read.setBackground(new Color(display,255,255,255)); Text write = new Text(shell, SWT.BORDER);...
1 page [ 1 ]
Advertisement