2019独角兽企业重金招聘Python工程师标准>>>

How to disable the splash screen in JDataGridBean?

1. Understand the JBean's splash API.

JBean provide the following API related the splash screen:

JBean.doSplash();
This methods will show the splash screen when it’s not open, and hide the screen window when it’s visible.

JBean. isShowSplashOnStartup();
JBean. setShowSplashOnStartup(Boolean);
These two API provides a property to control whether show the splash screen window when the JBean application startup, the method “doSplash” methods check this property to decide whether show the splash window.

2. Understand the relationship between JDataGridBean and JBean.

The JDataGridBean is completed application that demonstrate the feature of the JDataGrid Spreadsheet Edition Product, it extends the JBean class, and invoke the doSplash method in it’s constructor.

3. Generate methods to disable the splash window when use the JDataGridBean.

1) Override the method JBean.doSplash and do nothing.
2) Override the method JBean. isShowSplashOnStartup(); and return false.

4. New system property to disable the splash window when use the JDataGridBean.

The JDataGrid Spreadsheet Edition 2.5.0 provides a new system property to disable the splash window at the startup:

com.zfqjava.swing.JDataGridBean.hideSplash

You can put the following code before invoke the “new JDataGridBean()”methods:

System.setProperty(JDataGridBean.class.getName() + ".hideSplash", "true");

This is a new feature in JDataGrid Spreadsheet Edition 2.5.0.

查看原文

--------------------------
新闻: 《星际争霸II》最新情报
导航: 博客园首页   知识库   新闻   招聘   社区   小组   博问   网摘   找找看

转载于:https://my.oschina.net/javastudy/blog/28

介绍如何隐藏JDataGridBean的SplashScreen?相关推荐

  1. 有幸一睡鸿蒙窍,《鸿蒙之初》超详细内容介绍附带隐藏彩蛋解锁方法

    原标题:<鸿蒙之初>超详细内容介绍附带隐藏彩蛋解锁方法 <鸿蒙之初>超详细内容介绍附带隐藏彩蛋解锁方法 开局选好英雄后,把新手全部接了.但是螃蟹任务一定要注意哦,几率获得两个新 ...

  2. 实现详情页-电影介绍信息隐藏显示的效果

    要实现的效果图示: 文字描述:当点击向下箭头,内容显示,当点击向上箭头,内容隐藏 实现思路: (1)刚开始设置一个只能显示两行的盒子:这是没有设置"溢出隐藏"属性时的样子: 此时当 ...

  3. WPF的消息机制(二)- WPF内部的5个窗口之隐藏消息窗口

    原文:WPF的消息机制(二)- WPF内部的5个窗口之隐藏消息窗口 版权声明:本文为博主原创文章,未经博主允许不得转载. https://blog.csdn.net/powertoolsteam/ar ...

  4. 动态网页中隐藏url参数传递的方法

    做过网站开发的朋友肯定知道,我们在做动态网站的时候往往会在各个页面之间传递参数,而这些参数的名称和值都会在url地址栏中被暴露出来,有的时候参数的名称可能就是数据库中某个字段的名称,这样一方面不安全, ...

  5. 【COCOS2DX隐藏IOS7状态栏】通过添加PLIST KEY隐藏IOS7状态栏

    本站文章均为 李华明Himi 原创,转载务必在明显处注明:  转载自[黑米GameDev街区] 原文链接: http://www.himigame.com/%e9%9a%8f%e7%ac%94/148 ...

  6. .Net环境下的缓存技术介绍 (转)

    摘要: 介绍缓存的基本概念和常用的缓存技术,给出了各种技术的实现机制的简单介绍和适用范围说明,以及设计缓存方案应该考虑的问题(共17页) 1         概念 1.1   缓存能解决的问题 · 性 ...

  7. 怎么隐藏桌面计算机名,Win7隐藏桌面所有图标

    问:怎么隐藏Win7桌面所有图标?我家电脑是微软的Windows 7系统,桌面上有很多软件的图标. 请问怎么把Win7桌面上所有图标都隐藏起来?注意我的要求是隐藏,而不是删除哦! 答:隐藏Win7桌面 ...

  8. Android官方开发文档Training系列课程中文版:管理系统UI之隐藏状态条

    原文地址:http://android.xsoftlab.net/training/system-ui/status.html 这节课将会介绍如何隐藏不同的版本的状态条.隐藏状态条可以使内容展示区域更 ...

  9. 学到了!MySQL 8 新增的「隐藏索引」真不错

    MySQL 8.0 虽然发布很久了,但可能大家都停留在 5.7.x,甚至更老,其实 MySQL 8.0 新增了许多重磅新特性,比如栈长今天要介绍的 "隐藏索引" 或者 " ...

最新文章

  1. 利用JS获取IE客户端IP及MAC的实现
  2. C#导出Excel和相关打印设置
  3. 简单的机器学习笔试题
  4. python程序设计第一章答案_Python《学习手册:第一章-习题》
  5. 不用数学讲清马尔可夫链蒙特卡洛方法?
  6. OpenStack-Mitaka 一键安装测试环境脚本
  7. Effective Java(一)———— 代替构造器和Setter的构建器模式
  8. Linux时间同步(内外网/内网/外网)
  9. 华为云MVP:来自工业制造领域的微服务与云平台实践
  10. css 点击效果_使用CSS实现逼真的水波纹点击效果
  11. 如何接受上级指令_与上级沟通的技巧
  12. Fluent Ribbon 第八步 其他控件
  13. 从零开始刷Leetcode——数组(189.217.219)
  14. msc51单片机计数器c语言,mcs51单片机计数器工作方式1 计数初值计算与定时编程举例...
  15. 《机器学习实战》读书笔记——Logistic回归
  16. C语言的主要用途以及前景开展
  17. HGHAC已保留的连接位置为执行非复制请求的超级用户预留
  18. python决策树分箱_分箱方法 - 静静的白桦林_andy - 博客园
  19. 我们为什么这么拼?(转载自微信)
  20. CSS/HTML 网页添加网易云歌曲插件

热门文章

  1. Win11延迟高怎么办?Win11延迟高的解决方法
  2. hsv封装好的调试工具类
  3. 随笔小算法:从一个数据根据CRC校验出特定包
  4. c语言智能指针是什么,C++ 智能指针深入解析
  5. c语言二叉树链式存储,C语言 二叉树的链式存储实例
  6. 2194. Excel 表中某个范围内的单元格
  7. 解决微信调整字体大小导致Html5页面混乱
  8. c++之求数组的最大最小值及其下标
  9. Unity3D的四种坐标系
  10. 【李宏毅2020 ML/DL】P115-117 Actor-Critic Sparse Reward Imitation Learning