My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 46: add option to enable/disable resources folder
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  bartolom...@gmail.com
Closed:  Apr 2010


 
Project Member Reported by bartolom...@gmail.com, Apr 14, 2010
option to remove from 'resource search path' the resources folder

this keep easier arrange the project layout 
Apr 14, 2010
Project Member #1 bartolom...@gmail.com
(No comment was entered for this change.)
Labels: -Type-Defect Type-Enhancement
Apr 14, 2010
Project Member #2 bartolom...@gmail.com
add Application.IGNORE_RESOURCES_PREFIX boolean property

for default it's true 

Example to disable

		System.setProperty( IGNORE_RESOURCES_PREFIX, "true");
		System.setProperty( AUTO_INJECTFIELD, "true");
		
		SwingApplication.launch(ButtonExample.class, args);
. 
Status: Fixed

Powered by Google Project Hosting