Questions tagged [pane]

294 questions
0
votes
1 answer

Setting arc position in Java using Mouse

I am writing a 2D program. On my paintComponent I created an arc. public class Board extends Panel{ protected void paintComponent(Graphics g){ super.paintComponent(g); Graphics2D graphics2d = (Graphics2D)g; int x =…
Jonathan
  • 545
  • 1
  • 8
  • 27
0
votes
2 answers

Painting issue in custom layered container?

So I am working on a project here that requires a custom JLayeredPane - like class. It has two members 'ground' and 'foreground' that are JPanel and an background (Image) member. The way it was supposed to show was that the background Image should…
0
votes
1 answer

Three sliding panes - the Middle pane above Left and Right panes

I am trying to have the same navigation style as Viber's interface (the discussion page), without using a third-part Library such as SlidingMenu. I thought that they have used SlidingPaneLayout to achieve this nice effect, but when I tried to code…
S.Thiongane
  • 6,883
  • 3
  • 37
  • 52
0
votes
0 answers

Is there a way to make the tabs in tab pane more thick in netbeans?

Im using netbeans 7.4. Im going to create a JFrame using nebeans forms which contain a tab pane. I have set the tab placement property to "left" and I have added a few tabs. But the tabs are so thin. i need to increase the area of a tab(not the…
Nadun Liyanage
  • 463
  • 3
  • 10
0
votes
1 answer

How to edit showInPanes property in XtraCharts

I am adding series and panes to a Developer's Express Chart Control in code on a windows form application. I would like to only show the x-axis labels for the first pane. The showInPanes property is telling me it is read only. How do I set this…
automatic
  • 2,727
  • 3
  • 34
  • 31
0
votes
1 answer

Can I use pyCharm in the same way that I use Canopy? Specifically i miss the "data-analysis environment"?

I have been using Enthought Canopy for Python up until now. I really like that I can run a .py file, and play around with it in the Python Pane (e.g. make a class, and then play around in the Python Pane, trying to learn how it works, and how I can…
user3224363
0
votes
1 answer

How to split pane using kendo UI

I am using kendo UI jquery lib in my project, I want to split a two horizontal column pane in a single page. This is my code,
PANE a
PANE b