Interface Native


public interface Native
Native provide custom function for OS dependent things.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    exit(int code)
     
    void
     
  • Method Details

    • toFront

      void toFront()
    • exit

      void exit(int code)