bsorrentino / swixml2

Project that extends the original swixml project providing integration with Swing Application Framework (JSR 296) and Beans Binding (JSR 295) to further simplifying the GUI creation & management
0 stars 0 forks source link

add option to enable/disable resources folder #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
option to remove from 'resource search path' the resources folder

this keep easier arrange the project layout 

Original issue reported on code.google.com by bartolom...@gmail.com on 14 Apr 2010 at 12:24

GoogleCodeExporter commented 9 years ago

Original comment by bartolom...@gmail.com on 14 Apr 2010 at 12:24

GoogleCodeExporter commented 9 years ago
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);
. 

Original comment by bartolom...@gmail.com on 14 Apr 2010 at 12:32