Class StringParser

java.lang.Object
v1.sulphurapi.utils.StringParser

public class StringParser extends Object
  • Constructor Details

    • StringParser

      public StringParser()
  • Method Details

    • StringArrayToComboBox

      public static void StringArrayToComboBox(String value, JComboBox<String> comboBox)
      Converts a string representation of an array to a JComboBox.
      Parameters:
      value - String representation of an array, e.g. "[value1, value2, value3]"
      comboBox - JComboBox to populate with the values from the string.