在 Java 中实现类似 MATLAB 的图形编辑器
我想通过拖放控件来实现图形编辑器,并且它应该具有类似于 Eclipse JAVA 中的 Eclipse 的对接功能。
有谁知道有任何第三方产品已经可以做这样的事情吗?
如果没有,那么一个简单的水平,网上有没有好的样本?
I want to implement the Graphical Editor with drag and drop the controls and also it should have a docking features like in Eclipse in Eclipse JAVA.
Does anyone know of any 3rd party products that already do something like this?
If not then then a simple level, Are there any good samples on the net for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 Eclipse Platform 或 NetBeans 平台。两者都是高度可定制、可扩展的,并且已经为您完成了控件 - 您只需要实现与 MATLAB 相关的东西。
Try Eclipse Platform or NetBeans Platform. Both are highly customizable, extendable, and already have the controls done for you - you'd only need to implement the MATLAB-related stuff.