태그|jface(총 7개의 글)
'jface' 관련 최근글
-
- java.lang.NoClassDefFoundError: org/eclipse/core/runtime/IPr..

-
종호님의 이글루 by 종호|03/24 23:55
2장 SWT 와 JFace 로 시작하기 예제부터 에러 발생. java.lang.NoClassDefFoundError: org/eclipse/core/runtime/IProgressMonitor 이런 에러가 발생한다. 이클립스에서 자바 빌드 패스에 아래의 플러그인 추가해서 해결 org.eclipse.core.commands_3.3.0.I200..
- java.lang.NoClassDefFoundError: org/eclipse/core/runtime/IPr..
-
- JFace 사용할 때 Java Build Path 설정

-
My Blog by 윤슬|02/05 13:29
JFace를 위해 buildpath 설정 org.eclipse.jface org.eclipse.core.commands org.eclipse.equinox.common org.eclipse.swt > swt.jar org.eclipse.equinox.common < 등록 되어 있지 않으면, Exception in thread "main"..
- JFace 사용할 때 Java Build Path 설정
-
- [Eclipse] JFace TableViewer 에서 런타임에 컬럼 폭 조절하기

-
Purpose driven development by 열정몰입|2007/11/22 14:26
Jface viewer를 사용하면 viewpart에서 tree나 table을 넣어두고 다루는 작업을 간소화해준다. 그런데, table을 사용할 때 화면은 넓은데 오른쪽이 텅 비어 있는것도 보기 좋지 않고, 반대로 화면이 작아질 때 오른쪽 컬럼들이 가려지는것이 보기 좋지 않다. 어떻게 하면 view..
- [Eclipse] JFace TableViewer 에서 런타임에 컬럼 폭 조절하기
-
- SWT & JFace examples

-
Purpose driven development by 열정몰입|2007/11/15 19:34
SWT & JFace examples 이 정도면 충분한 해설이지 않을까... How to use the JFace Tree Viewer 제대로된 JFace samples
- SWT & JFace examples
-
- [SWT] SWT Shell : create a non-rectangular window

-
말캉이 by 마뇽|2007/11/13 01:24
/* * Shell example snippet: create a non rectangular window * * For a list of all SWT example snippets see * http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform swt home/dev.html#snippets */ import org.eclipse.swt.SW..
- [SWT] SWT Shell : create a non-rectangular window
-
- Ecilpse3.x이상에서 JFace 프로젝트에 필요한 라이브러리

-
Joo's Study by Joo8111|2007/10/16 23:54
"SWT/JFace IN ACTION" 을 보면서 화려한 JAVA UI를 꿈꾸고 있다. 그런데... 그 첫단추부터 문제가 생겼다. JFace로 만든 첫 프로그램부터 실행이 안되는거다. 분명히 필요한 library path는 다 등록한 것 같은데 안된다. 책에서 설명해준 그대로 했는데도 불..
- Ecilpse3.x이상에서 JFace 프로젝트에 필요한 라이브러리
-
- [Eclipse] JFace, SWT 등 UI 관련해서 공부하기

-
Purpose driven development by 열정몰입|2007/10/09 06:15
가장 좋은 방법은 Eclipse SDK에서 제공하는 예제 플러그인을 실행해보고 해당 소스를 보는 것이다. 예제를 실행해보면 JFace나 SWT 위젯의 속성과 개념이 팍팍 다가오는 것을 느낄것이다. 플러그인은 pluginsorg.eclipse.sdk.examples이고 플러그인 소스는 plugins..
- [Eclipse] JFace, SWT 등 UI 관련해서 공부하기








