readme.limitation

来自「fortran并行计算包」· LIMITATION 代码 · 共 18 行

LIMITATION
18
字号
/* *  (C) 2001 by Argonne National Laboratory *      See COPYRIGHT in top-level directory. *//* *  @author  Anthony Chan */- Swing's DefaultBoundedRangeModel uses __int__ as type to represent  min, max, value and extent.  This also affects model_time which is  extended from DefaultBoundedRangeModel.  Approximately, if the  tZoomFactor is 2.0 and zoomIn is called over ~ 22 times, there is  risk of overflow in the represenatation of min, max in  DefaultBoundedRangeModel.  Solution, temporary!  Use DefaultLongBoundedRangeModel instead.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?