- Add a system enviroment variant TRACKFILEACCESS and set value as false

- Edit project file (.csproj), find all <PropertyGroup/> sections and add content <TrackFileAccess>false</TrackFileAccess> into it.

- Change .net Framework to 4(above)

package bruce.lib.swing; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.Insets; import java.awt.event.A...


