jalview.git
5 years agoJS optimization for too aggressive dynamic operation when entering PDB
hansonr [Fri, 11 Jan 2019 04:48:06 +0000 (22:48 -0600)]
JS optimization for too aggressive dynamic operation when entering PDB
IDs  (proposal only)

5 years agoadding (unnecessary, but informative super() call in Desktop
hansonr [Fri, 11 Jan 2019 04:46:25 +0000 (22:46 -0600)]
adding (unnecessary, but informative super() call in Desktop

5 years agoJAL-3032 stub JS tabbed pane removed as not used
gmungoc [Wed, 9 Jan 2019 15:54:50 +0000 (15:54 +0000)]
JAL-3032 stub JS tabbed pane removed as not used

5 years agoJAL-3032 tweak inner/outer class references
gmungoc [Wed, 9 Jan 2019 15:52:56 +0000 (15:52 +0000)]
JAL-3032 tweak inner/outer class references

5 years agoJAL-3032 refine 'empty status message' test (JS issue 179)
gmungoc [Wed, 9 Jan 2019 15:51:57 +0000 (15:51 +0000)]
JAL-3032 refine 'empty status message' test (JS issue 179)

5 years ago#179 status bar; #85 table repaint; #197?; #193 frame nonresizable;
hansonr [Wed, 9 Jan 2019 05:45:53 +0000 (23:45 -0600)]
#179 status bar; #85 table repaint; #197?; #193 frame nonresizable;

#191 JSON (String.toLowerCase$java_util_Locale missing)

5 years agosimplification of FeatureSettings inner classes
hansonr [Wed, 9 Jan 2019 05:38:31 +0000 (23:38 -0600)]
simplification of FeatureSettings inner classes

No need here for additional private inner variables that cover outer
class's versions of the same thing. No need for a pointer to the outer
class, as "me" is already the "this" of the other class.

Added necessary JTable.repaint() to fix the problem that "stopping"
editing was relying upon the invalidation to be maintained throughout
the modal dialog, but JavaScript cannot keep the thread from doing its
repaints. So in JavaScript, while the modal dialog is loading, the
validate sequence from stopping editing fires. Thus, when the editing
dialog closes, it is already validated for the previous value, and we
need to explicitly repaint the table to see the update.

5 years agocomment added in relation to status bar
hansonr [Wed, 9 Jan 2019 05:33:45 +0000 (23:33 -0600)]
comment added in relation to status bar

5 years agopreliminary KeyListener, CaretListener
hansonr [Tue, 8 Jan 2019 07:26:16 +0000 (01:26 -0600)]
preliminary KeyListener, CaretListener

not quite working yet

5 years agoJAL-1889 additional test for clover-added fields
gmungoc [Thu, 3 Jan 2019 10:28:43 +0000 (10:28 +0000)]
JAL-1889 additional test for clover-added fields

5 years agoJAL-1889 ignore 'synthetic' fields added for jacoco
gmungoc [Thu, 3 Jan 2019 09:16:15 +0000 (09:16 +0000)]
JAL-1889 ignore 'synthetic' fields added for jacoco

5 years agoJEditorPane <div>....<br><div>
hansonr [Sat, 29 Dec 2018 04:40:54 +0000 (22:40 -0600)]
JEditorPane <div>....<br><div>

5 years agoJEditorPane <div>....<br><div>
hansonr [Sat, 29 Dec 2018 03:07:08 +0000 (21:07 -0600)]
JEditorPane <div>....<br><div>

5 years agosupport added for JEditorPane, JTextPane, JTextArea, JTextField
hansonr [Sat, 29 Dec 2018 03:07:08 +0000 (21:07 -0600)]
support added for JEditorPane, JTextPane, JTextArea, JTextField

- default selection support for JTextArea and JTextField
- DefaultStyledDocument support for JTextPane
- includes font/color/bold/italic/sub/sup

5 years ago#188, #195
hansonr [Tue, 25 Dec 2018 00:10:28 +0000 (18:10 -0600)]
#188, #195

- disabled submenus still opening (enable node should be li, not "a" tag
- popup requires double click (interference with JToolBar closing)

5 years agobetter Jmol help link
hansonr [Tue, 25 Dec 2018 00:05:25 +0000 (18:05 -0600)]
better Jmol help link

5 years agofixes #195 popup requires two clicks
hansonr [Mon, 24 Dec 2018 22:52:53 +0000 (16:52 -0600)]
fixes #195 popup requires two clicks

(interference with JTooptip window closing)

5 years agoMerge branch 'Jalview-BH/JAL-3026-JAL-3063-JAXB' of https://source.jalview.org/git...
hansonr [Sat, 22 Dec 2018 18:49:52 +0000 (12:49 -0600)]
Merge branch 'Jalview-BH/JAL-3026-JAL-3063-JAXB' of https://source.jalview.org/git/jalview.git into Jalview-BH/JAL-3026-JAL-3063-JAXB

5 years ago#179, #185 status bar flicker gone (?), Colour by Annotation working
hansonr [Sat, 22 Dec 2018 18:49:32 +0000 (12:49 -0600)]
#179, #185 status bar flicker gone (?), Colour by Annotation working

5 years agoJAL-3032 prefer Jalview.isJS() to j2sNative
gmungoc [Fri, 21 Dec 2018 11:06:37 +0000 (11:06 +0000)]
JAL-3032 prefer Jalview.isJS() to j2sNative

5 years agomenubar, menus, tables
hansonr [Fri, 21 Dec 2018 02:51:40 +0000 (20:51 -0600)]
menubar, menus, tables

- Menubar adjusted to height of menu item text
- popip menu hover highlight moved from <a> to <li> tag,
  makes for full-width highlight
- popup menu hover to highlight bypasses <span> children by
  using mouseover instead of mouseenter
- popup menu vertical and horizontal spacing tweaks

maybe still issues with menu exit/hiding

- tables now correctly respond to changed data[] model
- much streamlined processing on changes for better performance
- still could do more, but it seems pretty smooth

- not able to reproduce any issues with color picker

Make sure to do a clean build. There were files in JavaScript that did
not get updated in my recent pull of Mungo's work.

5 years agoJalviewFileChooser back to original; synth. ref fixed in j2sClazz.js
hansonr [Thu, 20 Dec 2018 12:10:52 +0000 (06:10 -0600)]
JalviewFileChooser back to original; synth. ref fixed in j2sClazz.js

5 years agopreliminary hack fix for synthetic reference issue
hansonr [Thu, 20 Dec 2018 11:41:12 +0000 (05:41 -0600)]
preliminary hack fix for synthetic reference issue

           RecentlyOpened
         inner/ /subclasses
       JalviewFileChooser
          \          /
           JFileChooser
                 Component

So Component can be retrieved two ways through JFileChooser. (1) as the
original JalviewFileChooser object
(2) as the superclass of RecentlyOpened.

I will look into it. For now it is sufficient to simply move
RecentlyOpened to be at least a static class. I just made it another
top-level class.

5 years agofixes menu persistence issues
hansonr [Thu, 20 Dec 2018 10:16:43 +0000 (04:16 -0600)]
fixes menu persistence issues

- closes all menus on any click
- adds persistence for clicking a submenu item

5 years agoseq panel issue with shift-left-mouse drag fix
hansonr [Thu, 20 Dec 2018 08:59:04 +0000 (02:59 -0600)]
seq panel issue with shift-left-mouse drag fix

TODO: menus no longer close on their own

5 years agolabel work; adds preliminary _j2sclasslist.txt
hansonr [Thu, 20 Dec 2018 07:26:10 +0000 (01:26 -0600)]
label work; adds preliminary _j2sclasslist.txt

- use get class list link on test page to save list
- run buildcore.xml, which creates j2s/core/core_jalview.z.js (3.8 Mb)
- open jalview_bin_JalviewJS_core.html (if it is not in site/ copy it
from site-resources -- the transpiler should do this, but not unless you
change the code)

On my machine, Chrome loads and displays the reference JAXB file in
under five seconds.

The mechanism of dynamic loading of core files (not just preloading,
like this) might not be implemented yet in SwingJS.

TODO: menus are not automatically closing on the 300-ms timer anymore. Something I did when reconfiguring CSS for menu items. Will check.

5 years agoJAL-2791 JAL-2808 correct Javadoc for api method
gmungoc [Wed, 19 Dec 2018 11:38:30 +0000 (11:38 +0000)]
JAL-2791 JAL-2808 correct Javadoc for api method

5 years agoJAL-3032 ignore /site also on non-JS branches
gmungoc [Wed, 19 Dec 2018 09:16:41 +0000 (09:16 +0000)]
JAL-3032  ignore /site also on non-JS branches

5 years agoJAL-2846 ahem - proper release note for this fix from KJVDH !
Jim Procter [Tue, 18 Dec 2018 19:20:32 +0000 (19:20 +0000)]
JAL-2846 ahem - proper release note for this fix from KJVDH !

5 years agoJAL-3178 known defect in release notes
Jim Procter [Tue, 18 Dec 2018 19:13:05 +0000 (19:13 +0000)]
JAL-3178 known defect in release notes

5 years agoJAL-3048 fix NPE in file chooser callbacks map
gmungoc [Tue, 18 Dec 2018 18:06:41 +0000 (18:06 +0000)]
JAL-3048 fix NPE in file chooser callbacks map

5 years agoMerge branch 'JAL-3048dialogRunner2' into Jalview-BH/JAL-3026-JAL-3063-JAXB
gmungoc [Tue, 18 Dec 2018 17:58:39 +0000 (17:58 +0000)]
Merge branch 'JAL-3048dialogRunner2' into Jalview-BH/JAL-3026-JAL-3063-JAXB

5 years agoJAL-3032 revert table repaint customisations
gmungoc [Tue, 18 Dec 2018 17:58:12 +0000 (17:58 +0000)]
JAL-3032 revert table repaint customisations

5 years agoJAL-3048 DialogRunnerI reduced to minimal implementation
gmungoc [Tue, 18 Dec 2018 17:11:33 +0000 (17:11 +0000)]
JAL-3048 DialogRunnerI reduced to minimal implementation

5 years agoremoving special needs for JavaScript table repainting
hansonr [Tue, 18 Dec 2018 14:32:23 +0000 (08:32 -0600)]
removing special needs for JavaScript table repainting

5 years agoMerge branch 'Jalview-BH/JAL-3026-JAL-3063-JAXB' into
gmungoc [Tue, 18 Dec 2018 12:31:57 +0000 (12:31 +0000)]
Merge branch 'Jalview-BH/JAL-3026-JAL-3063-JAXB' into
JAL-3048dialogRunner2

Conflicts:
test/jalview/util/dialogrunner/DialogRunnerTest.java

5 years agoopening/closing windows closes all menus
hansonr [Tue, 18 Dec 2018 05:16:22 +0000 (23:16 -0600)]
opening/closing windows closes all menus

5 years agotable work
hansonr [Tue, 18 Dec 2018 04:37:13 +0000 (22:37 -0600)]
table work

- fixed use of save/restore of ui nodes in tables
- default background white
- inadvertent resetting of table background via JPopupMenu

5 years agoextraneous "Score >" on left of page removed
hansonr [Tue, 18 Dec 2018 00:02:58 +0000 (18:02 -0600)]
extraneous "Score >" on left of page removed

5 years agoextraneous "Score >" on left of page removed
hansonr [Tue, 18 Dec 2018 00:02:58 +0000 (18:02 -0600)]
extraneous "Score >" on left of page removed

5 years agoMerge branch 'Jalview-BH/JAL-3026-JAL-3063-JAXB' of https://source.jalview.org/git...
hansonr [Mon, 17 Dec 2018 22:44:18 +0000 (16:44 -0600)]
Merge branch 'Jalview-BH/JAL-3026-JAL-3063-JAXB' of https://source.jalview.org/git/jalview.git into Jalview-BH/JAL-3026-JAL-3063-JAXB

5 years agofixes JTabbedPane missing labels; color chooser e.g.
hansonr [Mon, 17 Dec 2018 22:43:57 +0000 (16:43 -0600)]
fixes JTabbedPane missing labels; color chooser e.g.

5 years agoJAL-3111 JAL-2846 release notes
Jim Procter [Mon, 17 Dec 2018 17:53:49 +0000 (17:53 +0000)]
JAL-3111 JAL-2846 release notes

5 years agoMerge branch 'bug/JAL-2846' into develop
Jim Procter [Mon, 17 Dec 2018 17:52:26 +0000 (17:52 +0000)]
Merge branch 'bug/JAL-2846' into develop

5 years agoJAL-3111 tweaked release notes and documented JAL-2864
Jim Procter [Mon, 17 Dec 2018 17:39:40 +0000 (17:39 +0000)]
JAL-3111 tweaked release notes and documented JAL-2864

5 years agoMerge branch 'bug/JAL-2864nullOverviewCanvas' into develop
Jim Procter [Mon, 17 Dec 2018 17:30:44 +0000 (17:30 +0000)]
Merge branch 'bug/JAL-2864nullOverviewCanvas' into develop

5 years agoJAL-3048 updated test class (not on classpath!) for code changes
gmungoc [Mon, 17 Dec 2018 17:28:28 +0000 (17:28 +0000)]
JAL-3048 updated test class (not on classpath!) for code changes

5 years agoMerge branch 'Jalview-BH/JAL-3026-JAL-3063-JAXB' into
gmungoc [Mon, 17 Dec 2018 17:25:49 +0000 (17:25 +0000)]
Merge branch 'Jalview-BH/JAL-3026-JAL-3063-JAXB' into
JAL-3048dialogRunner2

Conflicts:
src/jalview/io/JalviewFileChooser.java

5 years agoJAL-2865 release notes
Jim Procter [Mon, 17 Dec 2018 17:19:48 +0000 (17:19 +0000)]
JAL-2865 release notes

5 years agoMerge branch 'bug/JAL-2750' into develop
Jim Procter [Mon, 17 Dec 2018 17:04:56 +0000 (17:04 +0000)]
Merge branch 'bug/JAL-2750' into develop

5 years agoMerge branch 'feature/JAL-3169cancelOverwrite' into trialMerge
gmungoc [Mon, 17 Dec 2018 16:45:11 +0000 (16:45 +0000)]
Merge branch 'feature/JAL-3169cancelOverwrite' into trialMerge

Conflicts:
src/jalview/io/JalviewFileChooser.java

5 years agoJAL-3068 tidy status bar messaging
gmungoc [Mon, 17 Dec 2018 16:23:13 +0000 (16:23 +0000)]
JAL-3068 tidy status bar messaging

5 years agoMerge branch 'task/JAL-3174_fixed_filename_tests' into develop
Jim Procter [Mon, 17 Dec 2018 16:00:33 +0000 (16:00 +0000)]
Merge branch 'task/JAL-3174_fixed_filename_tests' into develop

5 years agoJAL-3174 backout un-needed stacktrace for exception raised during testing (since...
Jim Procter [Mon, 17 Dec 2018 15:59:32 +0000 (15:59 +0000)]
JAL-3174 backout un-needed stacktrace for exception raised during testing (since we expect it)

5 years agoJAL-3174 Merging in some test filename-case fixes
Ben Soares [Mon, 17 Dec 2018 15:16:57 +0000 (15:16 +0000)]
JAL-3174 Merging in some test filename-case fixes

5 years agoMerge branch 'bug/JAL-2541cutRelocateFeatures' into develop
Jim Procter [Mon, 17 Dec 2018 14:31:06 +0000 (14:31 +0000)]
Merge branch 'bug/JAL-2541cutRelocateFeatures' into develop

5 years agoJAL-2541 JAL-2822 release notes
Jim Procter [Mon, 17 Dec 2018 14:30:11 +0000 (14:30 +0000)]
JAL-2541 JAL-2822 release notes

5 years agoJAL-3111 bump release 2.11 release to January 2019
Jim Procter [Mon, 17 Dec 2018 14:29:50 +0000 (14:29 +0000)]
JAL-3111 bump release 2.11 release to January 2019

5 years agoMerge branch 'Jalview-BH/JAL-3026-JAL-3063-JAXB' into
gmungoc [Mon, 17 Dec 2018 14:20:27 +0000 (14:20 +0000)]
Merge branch 'Jalview-BH/JAL-3026-JAL-3063-JAXB' into
JAL-3048dialogRunner2

Conflicts:
src/jalview/io/JalviewFileChooser.java

5 years agoMerge branch 'develop' into bug/JAL-2541cutRelocateFeatures
Jim Procter [Mon, 17 Dec 2018 11:54:21 +0000 (11:54 +0000)]
Merge branch 'develop' into bug/JAL-2541cutRelocateFeatures

5 years agoJava2Script/SwingJS 3.2.4.05
hansonr [Sun, 16 Dec 2018 19:47:31 +0000 (13:47 -0600)]
Java2Script/SwingJS 3.2.4.05

- fixes FeatureIcon painting

5 years agoSwingJS 3.2.4.05 should fix JFileChooser synthetic ref issue
hansonr [Thu, 13 Dec 2018 23:03:46 +0000 (17:03 -0600)]
SwingJS 3.2.4.05 should fix JFileChooser synthetic ref issue

adds better detection of HTTP_FILE_NOT_FOUND error if using jsmol.php
relay (which seems to always add \r\n and gives status 200, even if the
actual response was 404

5 years agoMerge branch 'Jalview-BH/JAL-3026-JAL-3063-JAXB' into JAL-3048dialogRunner2
gmungoc [Tue, 11 Dec 2018 08:34:41 +0000 (08:34 +0000)]
Merge branch 'Jalview-BH/JAL-3026-JAL-3063-JAXB' into JAL-3048dialogRunner2

5 years agoJAL-3048 wip externalise trigger from RunResponse
gmungoc [Mon, 10 Dec 2018 15:29:08 +0000 (15:29 +0000)]
JAL-3048 wip externalise trigger from RunResponse

5 years agoMerge branch 'feature/JAL-3169cancelOverwrite' into
gmungoc [Mon, 10 Dec 2018 13:55:12 +0000 (13:55 +0000)]
Merge branch 'feature/JAL-3169cancelOverwrite' into
JAL-3048dialogRunner2

Conflicts:
src/jalview/io/JalviewFileChooser.java

5 years agoJAL-1421 added type to List and Vector feature/JAL-3169cancelOverwrite
gmungoc [Mon, 10 Dec 2018 12:09:43 +0000 (12:09 +0000)]
JAL-1421 added type to List and Vector

5 years agoJAL-3169 leave file browser open on Cancel in overwrite check
gmungoc [Mon, 10 Dec 2018 11:25:44 +0000 (11:25 +0000)]
JAL-3169 leave file browser open on Cancel in overwrite check

5 years agoJAL-3048 DialogRunner changes (wip)
gmungoc [Mon, 10 Dec 2018 10:20:15 +0000 (10:20 +0000)]
JAL-3048 DialogRunner changes (wip)

5 years agoJAL-1544 corrected 'adjunst' to 'adjust'
gmungoc [Mon, 10 Dec 2018 10:19:42 +0000 (10:19 +0000)]
JAL-1544 corrected 'adjunst' to 'adjust'

5 years agoFaster JTable processing; fixes Annotation painting issues (?)
hansonr [Mon, 10 Dec 2018 07:49:03 +0000 (01:49 -0600)]
Faster JTable processing; fixes Annotation painting issues (?)

5 years agoJAL-3048 response() renamed addResponse(); checkstyle warning fixes
gmungoc [Thu, 6 Dec 2018 15:02:15 +0000 (15:02 +0000)]
JAL-3048 response() renamed addResponse(); checkstyle warning fixes

5 years agoJAL-3048 explicit instead of default 'No' response handler
gmungoc [Thu, 6 Dec 2018 14:54:30 +0000 (14:54 +0000)]
JAL-3048 explicit instead of default 'No' response handler

5 years agoMerge branch 'develop' into Jalview-BH/JAL-3026-JAL-3063-JAXB
gmungoc [Thu, 6 Dec 2018 13:26:46 +0000 (13:26 +0000)]
Merge branch 'develop' into Jalview-BH/JAL-3026-JAL-3063-JAXB

5 years agoJAL-1854 fix Checkstyle import violations
gmungoc [Thu, 6 Dec 2018 10:06:25 +0000 (10:06 +0000)]
JAL-1854 fix Checkstyle import violations

5 years agoJAL-1854 Checkstyle updated to 8.12
gmungoc [Thu, 6 Dec 2018 10:05:57 +0000 (10:05 +0000)]
JAL-1854 Checkstyle updated to 8.12

5 years agoJAL-3032 set radio buttons transparent
gmungoc [Tue, 4 Dec 2018 13:22:55 +0000 (13:22 +0000)]
JAL-3032 set radio buttons transparent

5 years agoSwingJS upgrade -- tables smoother, faster; more to do?
hansonr [Tue, 4 Dec 2018 08:31:45 +0000 (02:31 -0600)]
SwingJS upgrade -- tables smoother, faster; more to do?

Still a problem with FeatureTypeSettings not responding to color chooser
OK properly. (Color is not setting.)

5 years agox,y switch in FeatureIcon
hansonr [Tue, 4 Dec 2018 01:18:28 +0000 (19:18 -0600)]
x,y switch in FeatureIcon

//      g.fillRect(0, e1, width - e1, height);  // BH 2018
      g.fillRect(e1, 0, width - e1, height);

5 years agoMerge branch 'Jalview-BH/JAL-3026-JAL-3063-JAXB' of https://source.jalview.org/git...
hansonr [Mon, 3 Dec 2018 17:11:31 +0000 (11:11 -0600)]
Merge branch 'Jalview-BH/JAL-3026-JAL-3063-JAXB' of https://source.jalview.org/git/jalview.git into Jalview-BH/JAL-3026-JAL-3063-JAXB

5 years agoJAL-3168 include feature type in colour chooser dialog title
gmungoc [Mon, 3 Dec 2018 11:30:09 +0000 (11:30 +0000)]
JAL-3168 include feature type in colour chooser dialog title

5 years agoJAL-3167 end cell editing on cancel in colour chooser
gmungoc [Mon, 3 Dec 2018 10:41:37 +0000 (10:41 +0000)]
JAL-3167 end cell editing on cancel in colour chooser

5 years agoJAL-3058 provide cancel callback method for colour chooser
gmungoc [Mon, 3 Dec 2018 10:37:35 +0000 (10:37 +0000)]
JAL-3058 provide cancel callback method for colour chooser

5 years agoadding jaxbtest.jvx and directing JalviewJS2.java to open it.
hansonr [Sat, 1 Dec 2018 11:44:39 +0000 (05:44 -0600)]
adding jaxbtest.jvx and directing JalviewJS2.java to open it.

5 years agoJAL-3163 only log missing message keys once each
gmungoc [Tue, 27 Nov 2018 16:21:06 +0000 (16:21 +0000)]
JAL-3163 only log missing message keys once each

5 years agoJAL-3162 only allow start <= end while modifying bug/JAL-3162featureStartLtEnd
gmungoc [Mon, 26 Nov 2018 16:24:32 +0000 (16:24 +0000)]
JAL-3162 only allow start <= end while modifying

5 years agojsSlider null issue (was missing "this.")
hansonr [Mon, 26 Nov 2018 12:29:29 +0000 (06:29 -0600)]
jsSlider null issue (was missing "this.")

5 years agoMerge branch 'Jalview-BH/JAL-3026-JAL-3063-JAXB' of https://source.jalview.org/git...
hansonr [Mon, 26 Nov 2018 12:19:52 +0000 (06:19 -0600)]
Merge branch 'Jalview-BH/JAL-3026-JAL-3063-JAXB' of https://source.jalview.org/git/jalview.git into Jalview-BH/JAL-3026-JAL-3063-JAXB

5 years agomissing submenu fix
hansonr [Mon, 26 Nov 2018 12:19:19 +0000 (06:19 -0600)]
missing submenu fix

5 years agoJAL-3032 make JS properties conditional on Jalview.isJS()
gmungoc [Mon, 26 Nov 2018 10:44:56 +0000 (10:44 +0000)]
JAL-3032 make JS properties conditional on Jalview.isJS()

5 years agofixes sluggish frame moves -- no need to repaint JInternalFrame
hansonr [Mon, 26 Nov 2018 05:37:38 +0000 (23:37 -0600)]
fixes sluggish frame moves -- no need to repaint JInternalFrame

5 years agoJSlider/JScrollbar issues resolved (preliminary)
hansonr [Mon, 26 Nov 2018 04:30:02 +0000 (22:30 -0600)]
JSlider/JScrollbar issues resolved (preliminary)

- destroyed slider still being called. Possibly because it is still
somehow registered with jQuery. TODO

- note that frames are being redrawn when moved. This is unnecessary in
SwingJS.

5 years agoimplements swingjs
hansonr [Mon, 26 Nov 2018 02:39:18 +0000 (20:39 -0600)]
implements swingjs

JPanel, JRootPane, and JDesktopPane allow for

 putClientProperty("swingjs.overflow.hidden","false")

Setting getRootPane(), getContentPane(), and the desktop itself are all
necessary.

See jalview/gui/Desktop.java

5 years agoadds swingjs.overflow.hidden client property
hansonr [Mon, 26 Nov 2018 02:36:25 +0000 (20:36 -0600)]
adds swingjs.overflow.hidden client property

see Desktop.java

5 years agocursors for panels
hansonr [Sat, 24 Nov 2018 18:09:48 +0000 (12:09 -0600)]
cursors for panels

BH note to self: JSComponentUI was using ui.domNode instead of
ui.outerNode. For a panel this is an empty node inside the outerNode,
which is what holds all the children. So the cursor was being set, but
the children did not inherit it.

Also missing some cursor names; now set to draw cursor names from
JSToolkit. But note that JSToolkit.setCursor should not be called.

5 years agoColorChooser fix, JSlider fix, JMenuBar fix
hansonr [Sat, 24 Nov 2018 16:43:48 +0000 (10:43 -0600)]
ColorChooser fix, JSlider fix, JMenuBar fix

ColorChooser RGB panel sliders broken
JMenuBar needed to allow adding menu items before after fully created

5 years ago#104 JTextArea not wrapping.
hansonr [Thu, 22 Nov 2018 01:02:08 +0000 (19:02 -0600)]
#104 JTextArea not wrapping.

5 years ago#97 JLabel, JPanel LineBorder missing;
hansonr [Thu, 22 Nov 2018 00:17:48 +0000 (18:17 -0600)]
#97 JLabel, JPanel LineBorder missing;

just needed removal of a Graphics2D check.

5 years agoOK, several good fixes here.
hansonr [Wed, 21 Nov 2018 19:54:27 +0000 (13:54 -0600)]
OK, several good fixes here.
- AJAX caching using Java's URLConnection.setUseCache()  and
setDefaultUseCache() methods
- correct corrected jquery-ui-j2sscroller.js file (really!)
- popup menu add/replace (was just drop-down)
- antialiasing returned for graphics

5 years agographics antialias fix, one more try at getting files right for
hansonr [Wed, 21 Nov 2018 19:20:00 +0000 (13:20 -0600)]
graphics antialias fix, one more try at getting files right for
scrollbar

5 years agofixes popup menu add/remove; fixes unicode triangle
hansonr [Wed, 21 Nov 2018 18:36:00 +0000 (12:36 -0600)]
fixes popup menu add/remove; fixes unicode triangle