[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] How can I collect system resource from static object?

for example:
	ColorConstants.red (It's 'public static final Color')

Who release this system resource? and when?

When I terminate JVM without any calling dispose methods in Java program which has assigned system resources by using SWT, then What will be happen?