Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT under linux gtk

1) This is  bug in SWT.  I have entered the following bug report:
http://dev.eclipse.org/bugs/show_bug.cgi?id=32481

2) SWT uses different source folders to separate out java files so that we 
can pick and choose which classes to include in the jar we build.  We also 
have custom ant scripts to allow additional flexibility.  See 
org.eclipse.swt.gtk/build.xml for an example.





"climb" <onlyclimb@xxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx
02/20/2003 09:01 PM
Please respond to platform-swt-dev

 
        To:     "platform-swt-dev@xxxxxxxxxxx" <platform-swt-dev@xxxxxxxxxxx>
        cc: 
        Subject:        [platform-swt-dev] SWT under linux gtk


Dear platform-swt-dev
1) i want the shell can not resize and dont not have a max icon
 but i can not achieve that when i close the corresponding bit in style .

 i have tried the examples. I found that examples can not too. But under 
windows it is ok.
 Is it that under linux/gtk  it doesnt support it ?

2) How to build a jar with the minimum necessary files. 
   I mean in my project i have many .java files and packages. But i now 
only want to build a little program from it , 
   Then how can i export the minimum necessary files to build into one jar 
file to make it run standalone. I dont find how to do it in eclipese 2.1. 
   I dont want to make the whole project into a jar.

Thanks
 

Best regards
 
              Yours
                         climb
                         onlyclimb@xxxxxxx
                         2003-02-21

 




_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev





Back to the top