bcv-vf/src/main/java/the/bytecode/club/bytecodeviewer/gui/resourcesearch/SearchRadius.java
Konloch cec2df4685 Code Cleanup
+ Refactored a lot of the GUI
+ Fixed a few bugs with the swing components and swing interaction
+ Includes #304
+ Added LAF theme selection
+ Moved the Visual Settings from the Settings menu to the View menu
+ Added a simplified tab names option
2021-06-25 18:13:46 -07:00

10 lines
166 B
Java

package the.bytecode.club.bytecodeviewer.gui.resourcesearch;
/**
* @author Konloch
* @since 6/25/2021
*/
public enum SearchRadius
{
All_Classes, Current_Class
}